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 "BaseApe Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15366314 | 6 months ago | | | 0 | 2.5728463e-7 | |
| 11572315 | 8 months ago | | | 0 | 0.000000047431000000 | |
| 11476607 | 9 months ago | | | 0 | 0.000000047248458348 | |
| 3836014 | a year ago | | | 0 | 3.6382217e-7 | |
| 3835994 | a year ago | | | 0 | 5.7814043e-7 | |
| 3835917 | a year ago | | | 0 | 6.2862322e-7 | |
| 3653354 | a year ago | | | 0 | 3.9491673e-7 | |
| 3652642 | a year ago | | | 0 | 4.9759183e-7 | |
| 3652591 | a year ago | | | 0 | 7.6406633e-7 | |
| 3652552 | a year ago | | | 0 | 4.9817891e-7 |
ABI
ABI objects
Getter at block 22762236
decimals() view returns (uint8)
18
name() view returns (string)
BaseApe Token
owner() view returns (address)
0x664e4874340fcfe704df0205c6c3177cf15e7f53
symbol() view returns (string)
BAYC
totalSupply() view returns (uint256)
101683379666666666666666624
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addAdmin(address _admin)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeAdmin(address _admin)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.