Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9549…6941
Balances ($0.00)
No balances found for "Dicks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20953986 | 2 months ago | | | 0 | 0.00024977601 | |
| 18469872 | a year ago | | | 0 | 0.00097886461 | |
| 17333545 | 2 years ago | | | 0 | 0.0011364577 | |
| 17333535 | 2 years ago | | | 0 | 0.0011251262 | |
| 16984643 | 2 years ago | | | 0 | 0.0013952225 | |
| 16968997 | 2 years ago | | | 0 | 0.0011720481 | |
| 16827715 | 2 years ago | | | 0 | 0.0015531728 | |
| 16808549 | 2 years ago | | | 0 | 0.00096185695 | |
| 16800842 | 2 years ago | | | 0 | 0.00084801733 | |
| 16790154 | 2 years ago | | | 0 | 0.00097823163 |
ABI
ABI objects
Getter at block 21410044 totalSupply() view returns (uint256)
canUpdateSeed() view returns (bool)
true
cost() view returns (uint256)
1000000000000000
descriptor() view returns (address)
0x9549fb23c04eb8682731552cc97e8a968b5a6941
maxFreeMintAmountPerWallet() view returns (uint32)
5
maxSupply() view returns (uint256)
1111
minting() view returns (bool)
true
name() view returns (string)
Dicks
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DICKS
Read-only
NFTPerPublicAddress(address) view returns (uint32)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableSeedUpdate()
mint(uint32 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDescriptor(address newDescriptor)
setFreeMaxLimitPerAddress(uint8 _limit)
setMaxSupply(uint16 _maxSupply)
setMinting(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeed(uint256 tokenId, uint256 seed)
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)
SeedUpdated(uint256 indexed tokenId, uint256 seed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address newDescriptor)
This contract contains no fallback and receive objects.
This contract contains no error objects.