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 "Wunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17001294 | 2 years ago | | | 0 | 0.00091711006 | |
| 16308815 | 2 years ago | | | 0 | 0.0017213916 | |
| 16308492 | 2 years ago | | | 0 | 0.00088795421 | |
| 16308303 | 2 years ago | | | 0 | 0.00070856185 | |
| 16308059 | 2 years ago | | | 0 | 0.00080033854 | |
| 16307855 | 2 years ago | | | 0 | 0.00073765803 | |
| 14818873 | 3 years ago | | | 0 | 0.00094932360 | |
| 14547355 | 3 years ago | | | 0 | 0.0028483834 | |
| 14547354 | 3 years ago | | | 0 | 0.0031308611 | |
| 14371956 | 3 years ago | | | 0 | 0.00061172022 |
ABI
ABI objects
Getter at block 21292477
FINAL_PROVENANCE() view returns (string)
FREE_TOKENS() view returns (uint256)
501
MAX_FREE_PER_USER_TOKENS() view returns (uint256)
6
MAX_TOKENS() view returns (uint256)
10001
baseURI() view returns (string)
google.com
maxTokenPurchase() view returns (uint256)
36
name() view returns (string)
Wunks
owner() view returns (address)
0x7aae3de7bc75f0933650b15accfb1e2dbc4a1a39
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
saleIsActive() view returns (bool)
false
symbol() view returns (string)
WUNKS
tokenPrice() view returns (uint256)
25000000000000000
totalSupply() view returns (uint256)
498
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)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipProxyState(address proxyAddress)
flipSaleState()
freeMint(uint256 numberOfTokens)
mintToken(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setProvenanceHash(string provenanceHash)
setProxyRegistryAddress(address _proxyRegistryAddress)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.