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 "Funga"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997826 | a month ago | | | 0 | 0.00023208000 | |
| 20954050 | a month ago | | | 0 | 0.00019145026 | |
| 20150739 | 5 months ago | | | 0 | 0.000041297067 | |
| 19964816 | 6 months ago | | | 0 | 0.00022710536 | |
| 19767684 | 7 months ago | | | 0 | 0.00020199725 | |
| 19730167 | 7 months ago | | | 0 | 0.00028602369 | |
| 19613939 | 7 months ago | | | 0 | 0.0010390583 | |
| 19542365 | 8 months ago | | | 0 | 0.00057549705 | |
| 19159468 | 9 months ago | | | 0 | 0.00028369362 | |
| 19039379 | 10 months ago | | | 0 | 0.00068854558 |
ABI
ABI objects
Getter at block 21201684
_contractBaseURI() view returns (string)
https://funga-backend.funga.io/metadata/
_contractURI() view returns (string)
https://funga-backend.funga.io/contract_uri
contractURI() view returns (string)
https://funga-backend.funga.io/contract_uri
getStage() view returns (uint256)
999
maxSupply() view returns (uint256)
3333
name() view returns (string)
Funga
owner() view returns (address)
0x0b1b52028e6a53a4655e440e673b9672845cb36f
preSaleSupply() view returns (uint256)
1500
presale1StartTime() view returns (uint256)
1
presale2StartTime() view returns (uint256)
1
publicStartTime() view returns (uint256)
1659200400
root() view returns (bytes32)
0x7c692400d56fcdbe35a9ab6933326ccdf822412b680833be042823276f31ed97
root2() view returns (bytes32)
0x36f1900eacdb519374318bda0cec0eaeeda00af629e66d8dd58c5965e0bc0996
symbol() view returns (string)
FUNGA
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isProofValid(address to, uint256 limit, bytes32[] proof) view returns (bool)
isProofValid2(address to, uint256 limit, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
usedAddresses(address) view returns (uint256)
State-modifying
Events adminMint(address to, uint16 qty)
approve(address to, uint256 tokenId)
decreaseMaxSupply(uint256 newMaxSupply)
presale1Get(bytes32[] proof)
presale2Get(bytes32[] proof)
publicGet()
reclaimERC20Token(address erc20Token)
reclaimERC721(address erc721Token, uint256 id)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setImportantURIs(string newBaseURI, string newContractURI, string newUnrevealed)
setMerkleRoot(bytes32 _root, bytes32 _root2)
setStartTimes(uint256 presale1, uint256 presale2, uint256 publicSale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()