Onion Meta
Verified contract
Active on
Ethereum with 1,960 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Onion Meta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20233895 | 4 months ago | | | 0 | 0.00094459255 | |
| 20209602 | 4 months ago | | | 0 | 0.000069722823 | |
| 20209594 | 4 months ago | | | 0 | 0.000083218727 | |
| 19605893 | 7 months ago | | | 0 | 0.00081741803 | |
| 19417795 | 8 months ago | | | 0 | 0.0024600593 | |
| 19376257 | 8 months ago | | | 0 | 0.0039689531 | |
| 19352517 | 8 months ago | | | 0 | 0.0019574473 | |
| 18425588 | a year ago | | | 0 | 0.00064503753 | |
| 18425558 | a year ago | | | 0 | 0.0016855763 | |
| 18045017 | a year ago | | | 0 | 0.00046818835 |
ABI
ABI objects
Getter at block 21162269
MAX_SUPPLY() view returns (uint256)
1024
_isAuctionActive() view returns (bool)
false
_isSaleActive() view returns (bool)
false
_isWhiteListSaleActive() view returns (bool)
false
auctionEndPrice() view returns (uint256)
400000000000000000
auctionPriceStep() view returns (uint256)
50000000000000000
auctionStartPrice() view returns (uint256)
900000000000000000
auctionStartTime() view returns (uint256)
1646464200
auctionStepNumber() view returns (uint256)
10
auctionTimeStep() view returns (uint256)
180
getAuctionPrice() view returns (uint256)
0
getTotalSupply() view returns (uint256)
366
maxBalance() view returns (uint256)
1000
maxMint() view returns (uint256)
1
mintPrice() view returns (uint256)
300000000000000000
name() view returns (string)
Onion Meta
owner() view returns (address)
0x698600e210080ee44b68dbf230ea22cbdf458211
saleStartTime() view returns (uint256)
1642226400
symbol() view returns (string)
OM
tierSupply() view returns (uint256)
666
totalSupply() view returns (uint256)
366
whiteListPrice() view returns (uint256)
330000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOnionMetaByOwner(address _owner) view returns (uint256[])
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)
auctionMintOnionMeta(bytes32 hash, bytes signature, string nonce, uint256 tokenQuantity) payable
flipAuctionActive()
flipSaleActive()
flipWhiteListSaleActive()
mintOnionMeta(bytes32 hash, bytes signature, string nonce, uint256 tokenQuantity) payable
preserveMint(uint256 tokenQuantity, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuction(uint256 _auctionStartTime, uint256 _auctionTimeStep, uint256 _auctionStartPrice, uint256 _auctionEndPrice, uint256 _auctionPriceStep, uint256 _auctionStepNumber)
setBaseURI(string baseURI_)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setSaleStartTime(uint256 _saleStartTime)
setTierSupply(uint256 _tierSupply)
setWhiteList(address[] _whiteList)
setWhiteListPrice(uint256 _whiteListPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMintOnionMetas(uint256 tokenQuantity) payable
withdraw(address to)
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)
TokenMinted(uint256 supply)
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.