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 "FOMOTown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15657473 | 2 years ago | | | 0 | 0.00017329469 | |
| 14253414 | 3 years ago | | | 0 | 0.0023565400 | |
| 14253406 | 3 years ago | | | 0 | 0.0026358113 | |
| 14235462 | 3 years ago | | | 0 | 0.0023570027 | |
| 14232902 | 3 years ago | | | 0 | 0.0045301910 | |
| 14232194 | 3 years ago | | | 0 | 0.0051688056 | |
| 14230025 | 3 years ago | | | 0 | 0.0035884138 | |
| 14229839 | 3 years ago | | | 0 | 0.0013885312 | |
| 14228209 | 3 years ago | | | 0 | 0.0020103446 | |
| 14217769 | 3 years ago | | | 0 | 0.0033169507 |
ABI
ABI objects
Getter at block 21309511
_totalSupply() view returns (uint256)
1337
getBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTfr3UbjuY1oM2viWneoL4KndeMrMmjo1JADaEJ9pMPPH
isSaleComplete() view returns (bool)
true
isSaleOpen() view returns (bool)
true
maxMintsPerTransaction() view returns (uint256)
20
name() view returns (string)
FOMOTown
owner() view returns (address)
0x1b3fea07590e63ce68cb21951f3c133a35032473
symbol() view returns (string)
FOMO
tokenCounter() view returns (uint256)
1337
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)
mintCollectibles(uint256 _count) 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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.
This contract contains no error objects.