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 "Bozo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17757027 | a year ago | | | 0 | 0.0023366384 | |
| 16903839 | 2 years ago | | | 0 | 0.00061325814 | |
| 16903836 | 2 years ago | | | 0 | 0.00065453992 | |
| 16704722 | 2 years ago | | | 0 | 0.0012204201 | |
| 16694911 | 2 years ago | | | 0 | 0.0014932800 | |
| 16635541 | 2 years ago | | | 0 | 0.0034957441 | |
| 16438741 | 2 years ago | | | 0 | 0.00078858796 | |
| 16260619 | 2 years ago | | | 0 | 0.00065836633 | |
| 15889901 | 2 years ago | | | 0 | 0.00074800515 | |
| 15796737 | 2 years ago | | | 0 | 0.0012307756 |
ABI
ABI objects
Getter at block 21292782
MAX_FREE_PER_TX() view returns (uint256)
2
MAX_FREE_SUPPLY() view returns (uint256)
3333
MAX_MINT_PER_TX() view returns (uint256)
5
cost() view returns (uint256)
0
freeMints() view returns (uint256)
5059
maxSupply() view returns (uint256)
6666
name() view returns (string)
Bozo
owner() view returns (address)
0x239101342b7c4d4bbb2c2ee0403a2475dd0d9832
paused() view returns (bool)
false
symbol() view returns (string)
Bozo
totalSupply() view returns (uint256)
6666
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCost(uint256 amount) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintDevSupply(uint256 _amount)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()