MintingContract
Verified contract
Active on
Ethereum with 19,011 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 "MintingContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7733969 | 6 years ago | | | 0 | 0.00043194200 | |
| 7733969 | 6 years ago | | | 0 | 0.00043194200 | |
| 7733969 | 6 years ago | | | 0 | 0.00043149400 | |
| 7731627 | 6 years ago | | | 0 | 0.00043194200 | |
| 7731624 | 6 years ago | | | 0 | 0.00043194200 | |
| 7731624 | 6 years ago | | | 0 | 0.00032694200 | |
| 7731624 | 6 years ago | | | 0 | 0.00043194200 | |
| 7731624 | 6 years ago | | | 0 | 0.00043194200 | |
| 7731624 | 6 years ago | | | 0 | 0.00043194200 | |
| 7731624 | 6 years ago | | | 0 | 0.00032649400 |
ABI
ABI objects
Getter at block 21264283
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
communityAddress() view returns (address)
0x0000000000000000000000000000000000000000
communityTokensCap() view returns (uint256)
5000000000000000000000000
comunityMintedTokens() view returns (uint256)
0
crowdsaleContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
crowdsaleMintingCap() view returns (uint256)
200000000000000000000000000
mintingState() view returns (uint8)
0
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x422b1bdc5899e29c4bee900c2592dbfa79ab474b
teamTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
teamTokensCap() view returns (uint256)
45000000000000000000000000
tokenAddress() view returns (address)
0x99bc08db67f52010f2d6017b7ad968808113db10
tokensAlreadyMinted() view returns (uint256)
147792660590000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
doCommunityMinting(address _destination, uint256 _tokensToMint)
doCrowdsaleMinting(address _destination, uint256 _tokensToMint)
doPresaleMinting(address _destination, uint256 _tokensToMint)
doTeamMinting()
finishCrowdsaleMinting()
setCommunityAddress(address _address)
setCrowdsaleContractAddress(address _crowdsaleContractAddress)
setTeamTokenAddress(address _address)
setTokenAddress(address _tokenAddress)
transferOwnership(address _newOwner)
OwnerUpdate(address _prevOwner, address _newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.