Secret Frog
Verified contract
Active on
Ethereum with 1,287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Secret Frog"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158156 | 7 days ago | | | 0 | 0.0012200526 | |
| 20935741 | a month ago | | | 0 | 0.0010835803 | |
| 20774071 | 2 months ago | | | 0 | 0.00093048394 | |
| 20640250 | 3 months ago | | | 0 | 0.000051615730 | |
| 19548905 | 8 months ago | | | 0 | 0.00096989671 | |
| 19426703 | 8 months ago | | | 0 | 0.0026911026 | |
| 19206917 | 9 months ago | | | 0 | 0.00097603762 | |
| 18744172 | a year ago | | | 0 | 0.0070173078 | |
| 18744170 | a year ago | | | 0 | 0.0066712836 | |
| 18722782 | a year ago | | | 0 | 0.0087278208 |
ABI
ABI objects
Getter at block 21205600
FROG_PROVENANCE() view returns (string)
LICENSE_TEXT() view returns (string)
MAX_FROGS() view returns (uint256)
7777
baseURI() view returns (string)
https://secretfrognft.com/api/
frogPrice() view returns (uint256)
50000000000000000
frogReserve() view returns (uint256)
6521
maxFrogPurchase() view returns (uint256)
20
name() view returns (string)
Secret Frog
owner() view returns (address)
0x028f35507b1726c8f6d06b8600a4d2f4632a1447
saleIsActive() view returns (bool)
true
symbol() view returns (string)
FROG
totalSupply() view returns (uint256)
2120
Read-only
balanceOf(address owner) view returns (uint256)
frogNames(uint256) view returns (string)
frogNamesOfOwner(address _owner) view returns (string[])
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewFrogName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeFrogName(uint256 _tokenId, string _name)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintFrog(uint256 numberOfTokens) payable
renounceOwnership()
reserveFrogs(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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)
frogNameChange(address _by, uint256 _tokenId, string _name)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.