Contributions
Verified contract
Active on
Ethereum with 125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Contributions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7527880 | 6 years ago | | | 0 | 0.00022420000 | |
| 7525924 | 6 years ago | | | 0 | 0.0019911808 | |
| 7525921 | 6 years ago | | | 0 | 0.0019911808 | |
| 7525919 | 6 years ago | | | 0 | 0.0019911808 | |
| 7525835 | 6 years ago | | | 0 | 0.00028044800 | |
| 7500786 | 6 years ago | | | 0 | 0.00078470000 | |
| 7448510 | 6 years ago | | | 0 | 0.0011217920 | |
| 7421307 | 6 years ago | | | 0 | 0.00028044800 | |
| 7411245 | 6 years ago | | | 0 | 0.0013461504 | |
| 7366259 | 6 years ago | | | 0 | 0.00056089600 |
ABI
ABI objects
Getter at block 21288210
ROLE_MINTER() view returns (string)
minter
ROLE_OPERATOR() view returns (string)
operator
getEthAddressesLength() view returns (uint256)
40
getTokenAddressesLength() view returns (uint256)
57
owner() view returns (address)
0x8fd84702a36d55a12eb40f7aa473ef32898c6485
tierLimit() view returns (uint256)
16000000000000000000
totalSoldTokens() view returns (uint256)
51350768626444582572504000
Read-only
checkRole(address _operator, string _role) view
ethAddresses(uint256) view returns (address)
ethContributions(address) view returns (uint256)
getWhitelistedAddresses(uint256 _tier) view returns (address[])
hasRole(address _operator, string _role) view returns (bool)
isAllowedPurchase(address _beneficiary, uint256 _weiAmount) view returns (bool)
tokenAddresses(uint256) view returns (address)
tokenBalances(address) view returns (uint256)
whitelistTier(address _investor) view returns (uint256)
State-modifying
Events addEthContribution(address _address, uint256 _weiAmount)
addMinter(address minter)
addOperator(address _operator)
addToWhitelist(address _investor, uint256 _tier)
addTokenBalance(address _address, uint256 _tokenAmount)
removeFromWhitelist(address _investor)
removeMinter(address minter)
removeOperator(address _operator)
renounceOwnership()
setTierLimit(uint256 _newTierLimit)
transferOwnership(address _newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
constructor(uint256 _tierLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.