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 "Fools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20273555 | 4 months ago | | | 0 | 0.00015875861 | |
| 19955794 | 6 months ago | | | 0 | 0.00047325850 | |
| 19870860 | 6 months ago | | | 0 | 0.00029246673 | |
| 19834712 | 6 months ago | | | 0 | 0.00018506473 | |
| 19726733 | 7 months ago | | | 0 | 0.00037563902 | |
| 19726729 | 7 months ago | | | 0 | 0.00037146270 | |
| 19636875 | 7 months ago | | | 0 | 0.00034170770 | |
| 18844575 | a year ago | | | 0 | 0.00070040450 | |
| 18802544 | a year ago | | | 0 | 0.00085359528 | |
| 18788420 | a year ago | | | 0 | 0.0017839837 |
ABI
ABI objects
Getter at block 21217450
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
3
MAX_MINT_AMOUNT_PER_WALLET() view returns (uint256)
3
MAX_SUPPLY_LIMIT() view returns (uint256)
1111
MINT_COST() view returns (uint256)
0
maxSupply() view returns (uint256)
1111
name() view returns (string)
Fools
owner() view returns (address)
0xf77ab99c75636feb8aa0af6f95a0d3fbe39d9399
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
FOOLS
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 quantity) payable
premint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 maxSupply_)
setPaused(bool paused_)
setRevealed(bool revealed_)
setRevealedMetadataBaseURI(string revealedMetadataBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string hiddenMetadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MaxSupplyLessThanTotalSupply()
MaxSupplyMoreThanMaxSupplyLimit()
MintIsPaused()
MintMoreThanMaxSupply()
MintMoreThanTxnLimit()
MintMoreThanWalletLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()