FuggleVille
Verified contract
Active on
Ethereum with 860 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 "FuggleVille"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19142578 | 10 months ago | | | 0 | 0.00050950929 | |
| 17007627 | 2 years ago | | | 0 | 0.00092307216 | |
| 16865762 | 2 years ago | | | 0 | 0.00035743406 | |
| 16336694 | 2 years ago | | | 0 | 0.0012938535 | |
| 16211977 | 2 years ago | | | 0 | 0.00069464455 | |
| 16178427 | 2 years ago | | | 0 | 0.0010943031 | |
| 16177295 | 2 years ago | | | 0 | 0.0018737985 | |
| 16163652 | 2 years ago | | | 0 | 0.00081461903 | |
| 16163317 | 2 years ago | | | 0 | 0.00069726247 | |
| 16163316 | 2 years ago | | | 0 | 0.00065561171 |
ABI
ABI objects
Getter at block 21294813
MAX_TOKENS() view returns (uint256)
333
baseURI() view returns (string)
ipfs://QmQnDGq2idqKAQLvbs4kABQfyrPP26xLSX6P2TUst3MqYp/
initialSaleStarted() view returns (bool)
true
maxPerWallet() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0x4ac3b5faddceb9ff0e177f15529d410f43a6e56b4527eb55c4c0ff1288d4232c
name() view returns (string)
FuggleVille
owner() view returns (address)
0x8ec1024b8640df7c50bcf97df20ca8af4c75fcc1
publicSaleStarted() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
FUGGLE
totalSupply() view returns (uint256)
333
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)
mint(uint256 tokens, bytes32[] merkleProof)
publicMint(uint256 tokens)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPerWallet(uint256 _newMaxPerWallet)
setMerkleRoot(bytes32 _merkleRoot)
toggleInitialSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()