NoFunToads
Verified contract
Active on
Ethereum with 1,368 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 "NoFunToads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589955 | 3 months ago | | | 0 | 0.000048943560 | |
| 20251075 | 5 months ago | | | 0.04 | 0.000076878900 | |
| 19531470 | 8 months ago | | | 0 | 0.0011769685 | |
| 19519386 | 8 months ago | | | 0 | 0.0031570690 | |
| 19406262 | 9 months ago | | | 0 | 0.0032516177 | |
| 19328175 | 9 months ago | | | 0 | 0.0026933056 | |
| 19077403 | 10 months ago | | | 0 | 0.00080601438 | |
| 19021856 | a year ago | | | 0 | 0.0014941977 | |
| 18893471 | a year ago | | | 0 | 0.0010054674 | |
| 18893466 | a year ago | | | 0 | 0.00099510023 |
ABI
ABI objects
Getter at block 21322164
MAX_TOAD_PREMINT() view returns (uint256)
50
MAX_TOAD_PURCHASE() view returns (uint256)
10
PRICE() view returns (uint256)
40000000000000000
RESERVED_TOADS_INDEX() view returns (uint256)
301
TOTAL_TOADS() view returns (uint256)
10000
baseURI() view returns (string)
https://api.nofuntoads.com/metadata/
curIndex() view returns (uint256)
2223
hasPresaleStarted() view returns (bool)
false
hasSaleStarted() view returns (bool)
false
name() view returns (string)
NoFunToads
owner() view returns (address)
0x7c2661b16dc816538ecd5bcbc30d518e5aa1f68f
publicSigner() view returns (address)
0xcacc5a38c1358270f41ae64be39448ee5727638b
symbol() view returns (string)
TOADS
totalSupply() view returns (uint256)
2161
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashList(uint256) view returns (bytes32)
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)
unique(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mintToad(uint256 numToads) payable
preMintToad(uint256 numToads, bytes signature) payable
renounceOwnership()
reserveToads(uint8 amount, address addr)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPublicSigner(address _publicSigner)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.