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 "CAPITAL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10976204 | 4 years ago | | | 0 | 0.0036868590 | |
| 9472324 | 5 years ago | | | 0 | 0.00017602800 | |
| 9214286 | 5 years ago | | | 0 | 0.000055843500 | |
| 8747937 | 5 years ago | | | 0 | 0.000036977000 | |
| 8477859 | 5 years ago | | | 0 | 0.00014816400 | |
| 8103962 | 5 years ago | | | 0 | 0.00014816400 | |
| 7629752 | 6 years ago | | | 0 | 0.000055561500 | |
| 7540013 | 6 years ago | | | 0 | 0.00026669520 | |
| 7535556 | 6 years ago | | | 0 | 0.00010988500 | |
| 7443609 | 6 years ago | | | 0 | 0.00018520500 |
ABI
ABI objects
Getter at block 21204981
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
CAPITAL
owner() view returns (address)
0xf8c7180ebe451ea8cd357058d0ac16b63b486e77
symbol() view returns (string)
CALL
totalSupply() view returns (uint256)
29194153738106854931594308
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.