ToadGPT
Verified contract
Active on
Ethereum with 1,853 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 "ToadGPT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105437 | a day ago | | | 0 | 0.00010162320 | |
| 20653627 | 2 months ago | | | 0 | 0.000013043744 | |
| 19159388 | 9 months ago | | | 0 | 0.00026360824 | |
| 19043366 | 10 months ago | | | 0 | 0.0010668203 | |
| 18884360 | 10 months ago | | | 0 | 0.0011339435 | |
| 18061262 | a year ago | | | 0 | 0.00055919393 | |
| 17898227 | a year ago | | | 0 | 0.00037106095 | |
| 17854124 | a year ago | | | 0 | 0.00053281668 | |
| 17588400 | a year ago | | | 0 | 0.0011604890 | |
| 17362437 | a year ago | | | 0 | 0.0014260414 |
ABI
ABI objects
Getter at block 21116091
maxSupply() view returns (uint256)
999
name() view returns (string)
ToadGPT
symbol() view returns (string)
ToadGPT
totalSupply() view returns (uint256)
999
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
privateMint(uint16 _mintAmount, address _addr)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()