Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DigitalSecretary.sol #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 1, 2019

  1. Update DigitalSecretary.sol

    Line 318: add changeFee functionality, sets cost of payable change functions for entities
    Line 320: update mapping to store entities by ETH address instead of uint256 filing number
    Line 325: add ETH address to Entity structure
    Line 336: add annualFee functionality to track if entity paid annual fee
    Line 367: add changeFee to constructor
    Line 391: address of entity is msg.sender
    Line 396: annualFee bool defaults “false” until annual fee is paid with function “payAnnualFee” 
    Line 400, 412: add ETH address and annualFee bool to structure
    Line 439, 446, 453, 459, 467, 474, 478: add payable to change functions, change functions charge “changeFee”,  “msg.sender” can only make changes to “msg.sender” entity
    afagella authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    7ba595a View commit details
    Browse the repository at this point in the history