Fomoverse
Verified contract
Active on
Ethereum with 5,641 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
0x8e87…3be8
Balances ($35.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOKS | ERC-20 | 800 | $0.044014 |
$35.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158527 | 8 hours ago | | | 0 | 0.0012736364 | |
| 21136913 | 3 days ago | | | 0 | 0.0019714724 | |
| 21136828 | 3 days ago | | | 0 | 0.0011629538 | |
| 21103314 | 8 days ago | | | 0 | 0.00016049149 | |
| 21103313 | 8 days ago | | | 0 | 0.00014817190 | |
| 21102770 | 8 days ago | | | 0 | 0.00019036784 | |
| 21101978 | 8 days ago | | | 0 | 0.00038227550 | |
| 21088146 | 10 days ago | | | 0 | 0.00039645140 | |
| 21081639 | 11 days ago | | | 0 | 0.00051487589 | |
| 21080260 | 11 days ago | | | 0 | 0.00072786194 |
ABI
ABI objects
Getter at block 21160860
active() view returns (bool)
true
approvedTokenReceivers() view returns (address[] addresses)
[0xFF4C7b106b7Da3f1f69a1D35bCB2840A66857D6e]
ashContract() view returns (address)
0x64d91f12ece7362f91a6f8e7940cd55f05060b92
ashThreshold() view returns (uint256)
1000000000000000000
canMint() view returns (bool)
false
currentMintCount() view returns (uint256)
1233
currentMintLimit() view returns (uint256)
1233
getAdmins() view returns (address[] admins)
[]
name() view returns (string)
Fomoverse
owner() view returns (address)
0x2ce780d7c743a57791b835a9d6f998b15bbba5a4
symbol() view returns (string)
FOMO
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate(uint256 limit, address ashContract_, uint256 ashThreshold_)
addTokenReceivers(address[] addresses)
approve(address to, uint256 tokenId)
approveAdmin(address admin)
clear()
deactivate()
removeTokenReceivers(address[] addresses)
renounceOwnership()
revokeAdmin(address admin)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommonURI(string uri)
setPrefixURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
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.