Balances ($0.00)
No balances found for "BAYC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250448 | 3 days ago | | | 0 | 0.00028713939 | |
| 21249045 | 4 days ago | | | 0 | 0.00046097784 | |
| 21241510 | 5 days ago | | | 0 | 0.00042542090 | |
| 21228105 | 6 days ago | | | 0 | 0.00049748354 | |
| 21224520 | 7 days ago | | | 0 | 0.00092528396 | |
| 21220921 | 7 days ago | | | 0 | 0.00037395641 | |
| 21220918 | 7 days ago | | | 0 | 0.00038636014 | |
| 21207172 | 9 days ago | | | 0 | 0.00048144823 | |
| 21200523 | 10 days ago | | | 0 | 0.00059468249 | |
| 21195948 | 11 days ago | | | 0 | 0.0011675451 |
ABI
ABI objects
Getter at block 21274371
DOMAIN_SEPARATOR() view returns (bytes32)
0x414119fed7a19c75e88173d5a0b5c87b7a2af7f4067087a1f8649051298f5279
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000000
decimals() view returns (uint8)
18
minter() view returns (address)
0xa87709fa414310af99b178ce5ae71c4870024b75
name() view returns (string)
BAYC
owner() view returns (address)
0x02ca76e87779412a77ee77c3600d72f68b9ea68c
symbol() view returns (string)
BAYC
totalSupply() view returns (uint256)
3900000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setMinter(address _minter)
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 amount)
MinterSet(address minter)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.