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 "COPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11050344 | 4 years ago | | | 0 | 0.0030899718 | |
| 11050339 | 4 years ago | | | 0 | 0.0055230987 |
ABI
ABI objects
Getter at block 21184503
decimals() view returns (uint256)
18
name() view returns (string)
COPE
owner() view returns (address)
0xc2b2e2e05c95be6f366a7b0d1c97be410df21902
symbol() view returns (string)
COPE
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events BurnTokens(uint256 _amount)
MintTokens(uint256 _amount, address _beneficiary) returns (bool)
SetIncubator(address _address)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.