Kevin Wunks
Verified contract
Active on
Ethereum with 389 txns
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 "Kevin Wunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20000667 | 6 months ago | | | 0 | 0.00024004430 | |
| 19488387 | 8 months ago | | | 0 | 0.0010745868 | |
| 18880194 | a year ago | | | 0 | 0.0013821720 | |
| 18880114 | a year ago | | | 0 | 0.0014051899 | |
| 17884260 | a year ago | | | 0 | 0.0014841757 | |
| 17848572 | a year ago | | | 0 | 0.00044893686 | |
| 17543261 | a year ago | | | 0 | 0.0013993479 | |
| 17179037 | 2 years ago | | | 0 | 0.0026275797 | |
| 17068489 | 2 years ago | | | 0 | 0.0025736818 | |
| 16970608 | 2 years ago | | | 0 | 0.0018882754 |
ABI
ABI objects
Getter at block 21210045
FREE_MAX_SUPPLY() view returns (uint256)
555
MAX_PER_TX() view returns (uint256)
5
MAX_PER_TX_FREE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
555
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmRcJPbB2jcCfZnkkAGHWSowFHkAny4pW8n7NoEmBpqd9T/
contractURI() view returns (string)
ipfs://QmaR47pjGBBZ9KfE9WvPHZYNsBaXieatfREzNo1PK5GzLL
name() view returns (string)
Kevin Wunks
owner() view returns (address)
0xb273fcc412807819844c6712094ed3dcd1af462d
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
KevinWunks
totalSupply() view returns (uint256)
555
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
kill()
mint(uint256 _amount) payable
ownerMint(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 baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 newPrice)
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.