CyberFrogz
Verified contract
Active on
Ethereum with 9,728 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 "CyberFrogz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20727941 | 2 months ago | | | 0 | 0.00025582863 | |
| 20719356 | 2 months ago | | | 0 | 0.000064151127 | |
| 20713071 | 2 months ago | | | 0 | 0.000089108523 | |
| 20702572 | 2 months ago | | | 0 | 0.000064844466 | |
| 20565822 | 3 months ago | | | 0 | 0.000047141414 | |
| 20263722 | 4 months ago | | | 0 | 0.00018658535 | |
| 20248429 | 4 months ago | | | 0 | 0.00017637310 | |
| 20132337 | 5 months ago | | | 0 | 0.00030654308 | |
| 19936934 | 6 months ago | | | 0 | 0.00031577189 | |
| 19936932 | 6 months ago | | | 0 | 0.00033885581 |
ABI
ABI objects
Getter at block 21169249
COLLECTION_SIZE() view returns (uint256)
5555
MINT_PRICE() view returns (uint256)
100000000000000000
PRESALE_MINT_PRICE() view returns (uint256)
100000000000000000
canReveal() view returns (bool)
true
name() view returns (string)
CyberFrogz
owner() view returns (address)
0xfa27961f2eeb1c71b5db91ea7a696bf63708edc0
saleStatus() view returns (uint8)
1
symbol() view returns (string)
CF
totalSupply() view returns (uint256)
5555
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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
redeem(struct CyberFrogzNFTVoucher voucher, bytes signature) 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)
setHiddenUri(string uri)
setSaleStatus(uint8 status)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string placeholderUri, address txSigner)
This contract contains no fallback and receive objects.
This contract contains no error objects.