Froge NFTs
Verified contract
Active on
Ethereum with 360 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 "Froge NFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21390494 | 6 hours ago | | | 0 | 0.00058254349 | |
| 21388403 | 13 hours ago | | | 0 | 0.0011917120 | |
| 21388402 | 13 hours ago | | | 0 | 0.00098911896 | |
| 21387877 | 15 hours ago | | | 0 | 0.0012969427 | |
| 21387433 | 17 hours ago | | | 0 | 0.0016676631 | |
| 21387016 | 18 hours ago | | | 0 | 0.0011492411 | |
| 21386557 | 20 hours ago | | | 0 | 0.00094303329 | |
| 21386222 | 21 hours ago | | | 0 | 0.00080200126 | |
| 21386078 | 21 hours ago | | | 0 | 0.00091188076 | |
| 21386022 | 21 hours ago | | | 0 | 0.00089140428 |
ABI
ABI objects
Getter at block 21392394
FROGE_SUPPLY() view returns (uint256)
690
PRICE() view returns (uint256)
50000000000000000
marketingSupply() view returns (uint256)
0
name() view returns (string)
Froge NFTs
owner() view returns (address)
0x75102a2309cd305c7457a72397d0bcc000c4e047
safeAddress() view returns (address)
0x4d1e64484f31b91b22627f7888ac9587e6d86072
symbol() view returns (string)
FROGE
totalSupply() view returns (uint256)
690
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)
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)
mint(uint16 numberOfTokens) payable
mintMarketing(uint16 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMetaBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address _safeAddress, string baseURI)
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)