PROJECT FOMO Mint
Verified contract
Active on
Ethereum with 156 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 "PROJECT FOMO Mint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18459703 | a year ago | | | 0 | 0.00042014106 | |
| 18459673 | a year ago | | | 0 | 0.00059015512 | |
| 16923706 | 2 years ago | | | 0 | 0.00090215793 | |
| 15424510 | 2 years ago | | | 0 | 0.00069012562 | |
| 15424510 | 2 years ago | | | 0 | 0.00068887174 | |
| 15424254 | 2 years ago | | | 0 | 0.00039710125 | |
| 15424199 | 2 years ago | | | 0 | 0.00028839297 | |
| 15123859 | 2 years ago | | | 0 | 0.0011859246 | |
| 15110089 | 2 years ago | | | 0 | 0.00048411174 | |
| 15101638 | 2 years ago | | | 0 | 0.0011735040 |
ABI
ABI objects
Getter at block 21296339
FOMOPass() view returns (uint256)
0
cost() view returns (uint256)
500000000000000000
maxSupply() view returns (uint256)
300
name() view returns (string)
PROJECT FOMO Mint
owner() view returns (address)
0x1e0669a608f6e5156b90f36c76442087d658a852
paused() view returns (bool)
false
supply() view returns (uint256)
152
symbol() view returns (string)
PFM
totalSupply() view returns (uint256)
152
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setTokenUri(uint256 tokenId, string _uri)
transferOwnership(address newOwner)
withdrawl()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause(bool _state)
SetCost(uint256 _newCost)
SetTokenUri(uint256 _tokenId, string _uri)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Withdraw(address _from, address _to, uint256 _amount, bool _status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.