Fomo Collection
Verified contract
Active on
Ethereum with 89 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($2,762.24)
Native
Value
$2,762.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.875 | $3,156.85 |
$2,762.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15653978 | 2 years ago | | | 0 | 0.00099205914 | |
| 15512262 | 2 years ago | | | 0 | 0.00086530957 | |
| 15512243 | 2 years ago | | | 0 | 0.00092536356 | |
| 15392982 | 2 years ago | | | 0 | 0.00025501178 | |
| 15374653 | 2 years ago | | | 0 | 0.00038548650 | |
| 15312896 | 2 years ago | | | 0.125 | 0.0011408197 | |
| 15312757 | 2 years ago | | | 0 | 0.00018674241 | |
| 15312746 | 2 years ago | | | 0 | 0.00020136365 | |
| 15311969 | 2 years ago | | | 0.125 | 0.0029368794 | |
| 15298220 | 2 years ago | | | 0 | 0.00055488416 |
ABI
ABI objects
Getter at block 21178100
baseURI() view returns (string)
https://ganjagoons.s3.us-east-1.amazonaws.com/g1-prod/jsons/
contractURI() view returns (string)
https://ganjagoons.s3.amazonaws.com/ggg1/meta.json
isActive() view returns (bool)
true
maxPerWallet() view returns (uint256)
10
name() view returns (string)
Fomo Collection
owner() view returns (address)
0x05e7acf6b46b9a65f91accd8bf62e8ffd78328df
price() view returns (uint256)
42000000000000000
royalties() view returns (address)
0x4be8ecf987d6a1e64098d52f4699cb4ba1657195
symbol() view returns (string)
FOMO
totalSupply() view returns (uint256)
59
unrevealedURI() view returns (string)
https://ganjagoons.s3.amazonaws.com/ggg1/hidden.json
Read-only
alreadyMinted(address addr) view returns (uint256)
balanceOf(address owner) view returns (uint256)
batchUriByOwner(address account) view returns (string[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPublic(uint256 amount) payable
ownerMint(address to, uint256 amount)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool _isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setBeneficiaries(address _beneficiaryT, address _beneficiaryM, address _beneficiaryO, address _beneficiaryStake)
setContractURI(string uri)
setMaxPerWallet(uint256 n)
setPrice(uint256 n)
setRoyalties(address _royalties)
setUnrevealedURI(string newURI)
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(address _beneficiaryT, address _beneficiaryM, address _beneficiaryO, address _beneficiaryStake, address _royalties, string _initialBaseURI, string _initialContractURI, string _unrevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.