Toad Sockz (Gen 0)
Verified contract
Active on
Ethereum with 4,217 txns
Balances ($0.00)
No balances found for "Toad Sockz (Gen 0)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106161 | 13 days ago | | | 0 | 0.00011139208 | |
| 20790073 | 2 months ago | | | 0 | 0.00047580942 | |
| 20769617 | 2 months ago | | | 0 | 0.00010153440 | |
| 20414746 | 4 months ago | | | 0 | 0.00030430774 | |
| 20386214 | 4 months ago | | | 0 | 0.00017372507 | |
| 20296475 | 4 months ago | | | 0 | 0.000032442957 | |
| 19553508 | 8 months ago | | | 0 | 0.00084633198 | |
| 19462688 | 8 months ago | | | 0 | 0.0010500038 | |
| 19184980 | 9 months ago | | | 0 | 0.0041170367 | |
| 19176996 | 9 months ago | | | 0 | 0.0012587222 |
ABI
ABI objects
Getter at block 21198123
baseURI() view returns (string)
claimIsActive() view returns (bool)
true
mintIsActive() view returns (bool)
true
name() view returns (string)
Toad Sockz (Gen 0)
owner() view returns (address)
0x4aff8e1aabe8e1ac6263806b51e7f096cda9d745
symbol() view returns (string)
SOCKZ
toadAddress() view returns (address)
0x1cb1a5e65610aeff2551a50f76a87a7d3fb649c6
totalSupply() view returns (uint256)
5108
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)
claim(uint256 sockId)
deposit() payable
flipClaimState()
flipMintState()
mintWithToad(uint256 toadId)
multiClaimWithSockz(uint256[] sockIds)
multiMintWithToad(uint256[] toadIds)
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)
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)
Claim(address who, uint256 sockId)
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.