toadztown
Verified contract
Active on
Ethereum with 600 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.29)
Native
Value
$7.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,646.77 |
$7.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16087955 | 2 years ago | | | 0 | 0.00056159570 | |
| 15235992 | 2 years ago | | | 0 | 0.00089794912 | |
| 15091668 | 2 years ago | | | 0 | 0.0014010791 | |
| 14927658 | 2 years ago | | | 0 | 0.0035411689 | |
| 14918158 | 2 years ago | | | 0 | 0.0041995558 | |
| 14914789 | 2 years ago | | | 0 | 0.0047259466 | |
| 14909277 | 2 years ago | | | 0 | 0.0033485477 | |
| 14909113 | 2 years ago | | | 0 | 0.0024790575 | |
| 14909111 | 2 years ago | | | 0 | 0.0010177323 | |
| 14909107 | 2 years ago | | | 0 | 0.0010788582 |
ABI
ABI objects
Getter at block 21319294
MAX_PER_Transaction() view returns (uint256)
3
MAX_PER_WALLET() view returns (uint256)
3
PRICE() view returns (uint256)
0
getStatus() view returns (uint256)
1
name() view returns (string)
toadztown
owner() view returns (address)
0x9a48d3db7be47afdc00471e572c7e81f97c50007
reserve() view returns (uint256)
0
status() view returns (uint256)
1
symbol() view returns (string)
TDZTN
totalSupply() view returns (uint256)
1135
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedBy(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events QUAqua(uint256 quantity) payable
airdrop(address sendTo, uint256 quantity)
approve(address to, uint256 tokenId)
changeMAX_PER_Transaction(uint256 q)
changeMAX_PER_WALLET(uint256 q)
changeQUAquaPrice(uint256 _newPrice)
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)
setStatus(uint256 s)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()