BaseApeYC Token
Verified contract
Active on
Base with 43 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 "BaseApeYC Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3631172 | a year ago | | | 0 | 7.3218238e-7 | |
| 3631146 | a year ago | | | 0 | 8.5638303e-7 | |
| 3631060 | a year ago | | | 0 | 9.1735639e-7 | |
| 2725426 | a year ago | | | 0 | 0.0000028901016 | |
| 2725410 | a year ago | | | 0 | 0.0000033653019 | |
| 2725370 | a year ago | | | 0 | 0.0000033737019 | |
| 2725320 | a year ago | | | 0 | 0.0000033653019 | |
| 2725284 | a year ago | | | 0 | 0.0000024222013 | |
| 2717443 | a year ago | | | 0 | 0.000078897503 | |
| 2717246 | a year ago | | | 0 | 0.000090897504 |
ABI
ABI objects
Getter at block 22944139
decimals() view returns (uint8)
18
name() view returns (string)
BaseApeYC Token
owner() view returns (address)
0xa23df46a1493dff5e325a3113229c70bd39dfead
symbol() view returns (string)
BAY
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
setController(address controller, bool _state) payable
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.
BaseApeYCToken__OnlyControllersCanMint()