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 "FUMO NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19449492 | 8 months ago | | | 0 | 0.0013980052 | |
| 19449489 | 8 months ago | | | 0 | 0.0019425673 | |
| 18701652 | a year ago | | | 0 | 0.0018150290 | |
| 18692452 | a year ago | | | 0 | 0.0028045740 | |
| 18680100 | a year ago | | | 0 | 0.0018122532 | |
| 18286965 | a year ago | | | 0 | 0.00035883347 | |
| 17614511 | a year ago | | | 0 | 0.0017099684 | |
| 17600771 | a year ago | | | 0 | 0.0011104339 | |
| 17600761 | a year ago | | | 0 | 0.00092207391 | |
| 17600727 | a year ago | | | 0 | 0.0018529876 |
ABI
ABI objects
Getter at block 21100235
__baseURI() view returns (string)
https://bonkler.remilia.org/fumo/
baseURILocked() view returns (bool)
false
mintLocked() view returns (bool)
false
minter() view returns (address)
0xabf6faf8a22c4c5da82a4d368bbb6099d5b7b562
minterLocked() view returns (bool)
false
name() view returns (string)
FUMO NFT
nextTokenId() view returns (uint256)
89
owner() view returns (address)
0x8ebaab2d542278b81ad95793b0b0c174a64494c3
symbol() view returns (string)
FUMO
Read-only
balanceOf(address owner) view returns (uint256)
exist(uint256[] tokenIds) view returns (bool[] results)
exists(uint256 _tokenId) view returns (bool)
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 result)
State-modifying
Events approve(address to, uint256 tokenId)
lockBaseURI()
lockMint()
lockMinter()
mint(address _to)
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)
setMinter(address _minter)
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(address _minter)
This contract contains no fallback and receive objects.
BaseURIPermanentlyLocked()
MinterPermanentlyLocked()
MintingPermanentlyLocked()
SenderIsNotMinter()