Ostrich Money Club
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($196.90)
Native
Value
$196.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,937.94 |
$196.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16076421 | 2 years ago | | | 0.05 | 0.0013840482 | |
| 14918011 | 2 years ago | | | 0 | 0.0025135805 | |
| 14845257 | 3 years ago | | | 0 | 0.0021123164 | |
| 14845253 | 3 years ago | | | 0 | 0.013211316 | |
| 14830251 | 3 years ago | | | 0 | 0.0040164816 | |
| 14826477 | 3 years ago | | | 0.05 | 0.0032888974 | |
| 14826349 | 3 years ago | | | 0 | 0.0033520940 | |
| 14822697 | 3 years ago | | | 0 | 0.0027159600 | |
| 14822621 | 3 years ago | | | 0 | 0.00058336000 | |
| 14796746 | 3 years ago | | | 0 | 0.0032334050 |
ABI
ABI objects
Getter at block 21336447
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_mintPrice() view returns (uint256)
50000000000000000
getTotalSupply() view returns (uint256)
8
maxTotalSupply() view returns (uint256)
10000
name() view returns (string)
Ostrich Money Club
omcEpoch() view returns (address)
0x493eb31cd4d75fcc9ab01833fb591d7ead8fec8b
owner() view returns (address)
0x93eb72d9613239cbaee8acf5d6c8fc611e5ab64a
publicMintEnabled() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
OMC
totalSupply() view returns (uint256)
8
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 airDropMint(address _receiver, uint256 _requestedCount)
approve(address to, uint256 tokenId)
publicMint(uint256 _mintCount) payable
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setHiddenURI(string _newBaseHiddenURI)
setOmcEpoch(address _newOmcEpoch)
setPublicMintEnabled(bool _state)
setSale(uint256 _newMintPrice, uint256 _newMintLimitPerUser, uint256 _newMintStartBlock, uint256 _newAntiBotInterval, uint256 _newCountLimitPerMint)
transferFrom(address from, address to, uint256 tokenId)
withdrawPayment()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.