Slacker Duck Pond
Verified contract
Active on
Ethereum with 3,394 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 "Slacker Duck Pond"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156470 | 8 days ago | | | 0 | 0.00061093853 | |
| 21151539 | 8 days ago | | | 0 | 0.00076551694 | |
| 21113375 | 14 days ago | | | 0 | 0.00022003214 | |
| 21113357 | 14 days ago | | | 0 | 0.00048227575 | |
| 21108400 | 15 days ago | | | 0 | 0.00064734254 | |
| 21095119 | 16 days ago | | | 0 | 0.00029113544 | |
| 21089226 | 17 days ago | | | 0 | 0.00015826996 | |
| 21031651 | 25 days ago | | | 0 | 0.00047059715 | |
| 20877641 | 2 months ago | | | 0 | 0.00031552879 | |
| 20708101 | 2 months ago | | | 0 | 0.000065176849 |
ABI
ABI objects
Getter at block 21212345
ERC712_VERSION() view returns (string)
1
baseTokenURI() pure returns (string)
https://www.slackerduckpond.com/api/assets/
contractURI() pure returns (string)
https://www.slackerduckpond.com/api/collection
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xd0e47f4ef7f52c88a510806df2d50bdf6f9f8f2d4775bb06185b32bbb1c9c5f9
name() view returns (string)
Slacker Duck Pond
owner() view returns (address)
0x33a4c8dd32d7df142f0f936e1269158e42699b73
symbol() view returns (string)
SDP
totalSupply() view returns (uint256)
6000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.