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 "CoreApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11010462 | 4 years ago | | | 0 | 0.0044221000 | |
| 11010445 | 4 years ago | | | 0 | 0.0051308000 | |
| 11009816 | 4 years ago | | | 0 | 0.0035207120 | |
| 11009591 | 4 years ago | | | 0 | 0.0046166400 | |
| 11007192 | 4 years ago | | | 0 | 0.0044209000 | |
| 11003270 | 4 years ago | | | 0 | 0.0068274976 | |
| 11000624 | 4 years ago | | | 0 | 0.0011506320 | |
| 11000505 | 4 years ago | | | 0 | 0.0025370130 | |
| 11000488 | 4 years ago | | | 0 | 0.0023144680 | |
| 11000430 | 4 years ago | | | 0 | 0.0044509000 |
ABI
ABI objects
Getter at block 21176884
decimals() view returns (uint8)
18
governance() view returns (address)
0x17254172c5f2662f492a62e3389fdb374d6e795d
name() view returns (string)
CoreApes
symbol() view returns (string)
APES
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.