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 "name"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495277 | 4 months ago | | | 0 | 0.000055405375 | |
| 17759226 | a year ago | | | 0 | 0.0015696640 | |
| 16873491 | 2 years ago | | | 0 | 0.0010080870 | |
| 16717463 | 2 years ago | | | 0 | 0.00080152981 | |
| 16090176 | 2 years ago | | | 0 | 0.00055806408 | |
| 15862569 | 2 years ago | | | 0 | 0.00051669029 | |
| 15489014 | 2 years ago | | | 0 | 0.0013497140 | |
| 15387322 | 2 years ago | | | 0 | 0.0028639327 | |
| 15383426 | 2 years ago | | | 0 | 0.00023262820 | |
| 15335157 | 2 years ago | | | 0 | 0.00088422269 |
ABI
ABI objects
Getter at block 21302069
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmedTJsY7yZpx9deWttcNvXWvSfvqutvcN1Xy2EJomdMTD/
mintRate() view returns (uint256)
0
name() view returns (string)
name
notRevealedBaseUri() view returns (string)
ipfs://QmU6bvjXrrEPD72XDtBBHjZdCjb8yFKxKY98KuJeDKRAoo/
onlyWhitelistedMint() view returns (bool)
false
owner() view returns (address)
0x5602c5f320bf0d036286d237c4601930c00a3e2f
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
FIVER
teamMintsLeft() view returns (uint256)
0
totalSupply() view returns (uint256)
4499
whitelistedMintRate() view returns (uint256)
40000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
onlyWhitelisted(bool _state)
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newbaseURI)
setMintRate(uint256 _mintRate)
setNotRevielUri(string _newrevielURI)
setWhitelistMintRate(uint256 _mintRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()