Mad Frogz
Verified contract
Active on
Ethereum with 4,913 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($395.01)
Native
Value
$395.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,950.07 |
$395.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047507 | 2 months ago | | | 0 | 0.00021657600 | |
| 20049991 | 6 months ago | | | 0 | 0.00025501618 | |
| 19808153 | 7 months ago | | | 0 | 0.00022076453 | |
| 19795202 | 7 months ago | | | 0 | 0.00031736836 | |
| 19787255 | 7 months ago | | | 0 | 0.00027032595 | |
| 19751498 | 7 months ago | | | 0 | 0.00028474074 | |
| 19751490 | 7 months ago | | | 0 | 0.00064039508 | |
| 19706650 | 8 months ago | | | 0 | 0.00028385269 | |
| 19628070 | 8 months ago | | | 0 | 0.0012548800 | |
| 19586037 | 8 months ago | | | 0 | 0.00054630361 |
ABI
ABI objects
Getter at block 21388202
baseURI() view returns (string)
ipfs://QmVuwJapXZCyxRCwhewMFgJZrU1gs5QXs8Sv4ZAq38HAEL/
colectionSize() view returns (uint256)
500000
collectionSize() view returns (uint256)
5000
contractURI() view returns (string)
ipfs://QmZ2CxijnnhMVP6WKxAhokDJS6EQiHpvJsV4mhBA3kxpfa
freeWalletLimit() view returns (uint256)
1
mintingOpen() view returns (bool)
true
name() view returns (string)
Mad Frogz
owner() view returns (address)
0x4b16809a9475019ea660c8e60f50f8f31a5a7c0a
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
MFZ
totalSupply() view returns (uint256)
9334
txLimit() view returns (uint256)
10
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 approve(address to, uint256 tokenId)
config()
flipMint()
mintFree() payable
mintPaid(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
tokenOwnershipChecker()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()