Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAYC | ERC-20 | 13.099741M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242767 | 21 hours ago | | | 0 | 0.00076951936 | |
| 21242659 | 21 hours ago | | | 0 | 0.00082644878 | |
| 21242650 | 21 hours ago | | | 0 | 0.00076312485 | |
| 21242635 | 21 hours ago | | | 0 | 0.00084108585 | |
| 21242631 | 21 hours ago | | | 0 | 0.00081839815 | |
| 21241634 | a day ago | | | 0 | 0.00061243404 | |
| 21241624 | a day ago | | | 0 | 0.00063784458 | |
| 21226811 | 3 days ago | | | 0 | 0.00055064876 | |
| 21226782 | 3 days ago | | | 0 | 0.00064416210 | |
| 21226753 | 3 days ago | | | 0 | 0.00070735098 |
ABI
ABI objects
Getter at block 21248965
MAX_SUPPLY() view returns (uint256)
2000000000000000000000000000
MINT_AMOUNT() view returns (uint256)
50000000000000000000000
TAX_RATE() view returns (uint256)
5
decimals() view returns (uint8)
18
name() view returns (string)
BAYC
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BAYC
totalSupply() view returns (uint256)
607550000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events addToWhitelist(address _address)
approve(address spender, uint256 value) returns (bool)
mint()
removeFromWhitelist(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawTokens(address tokenAddress, uint256 amount)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)