TopFrogsGenesis
Verified contract
Active on
Ethereum with 1,681 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 "TopFrogsGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20648789 | 3 months ago | | | 0 | 0.000034343071 | |
| 20648784 | 3 months ago | | | 0 | 0.000055269137 | |
| 20524010 | 3 months ago | | | 0 | 0.000051361254 | |
| 20524009 | 3 months ago | | | 0 | 0.000051864982 | |
| 19583125 | 7 months ago | | | 0 | 0.00082861002 | |
| 18924156 | 10 months ago | | | 0 | 0.00033329137 | |
| 18908002 | a year ago | | | 0 | 0.00085405516 | |
| 18304171 | a year ago | | | 0 | 0.00014068852 | |
| 17966269 | a year ago | | | 0 | 0.00067071770 | |
| 17966257 | a year ago | | | 0 | 0.0015205345 |
ABI
ABI objects
Getter at block 21208296
AUCTION_PRICE() view returns (uint256)
0
maximumPerOwner() view returns (uint256)
100
maximumPerUser() view returns (uint256)
1
name() view returns (string)
TopFrogsGenesis
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x8160471b56960fec93cc712298f1f9f5c4be142d
saleConfig() view returns (uint32 whitelistSaleStartTime, uint32 publicSaleStartTime)
(whitelistSaleStartTime=1649853848, publicSaleStartTime=1)
symbol() view returns (string)
TF
totalAmount() view returns (uint256)
500
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
ownerMint(uint256 quantity) payable
publicMint(uint256 quantity) payable
renounceOwnership()
reveal(string baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBaseURIExtension(string extension)
setOwnersExplicit(uint256 quantity)
setPublicSaleStartTime(uint32 timestamp)
setWhitelistSaleStartTime(uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] merkleProof) payable
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(string name_, string symbol_, string baseURI_, uint256 collectionSize_, uint256 maxBatchSize_, uint256 totalAmount_, uint256 maxPerUser_, uint256 maxPerOwner_, bytes32 merkleProofRoot_, uint32 whitelistSaleStartTime_, uint32 publicSaleStartTime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.