OMNIBirds
Verified contract
Active on
Ethereum with 404 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 "OMNIBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20593448 | 3 months ago | | | 0 | 0.00017105439 | |
| 18885514 | a year ago | | | 0 | 0.0014571550 | |
| 17048051 | 2 years ago | | | 0 | 0.0011157474 | |
| 16856456 | 2 years ago | | | 0 | 0.0011992622 | |
| 16757123 | 2 years ago | | | 0 | 0.0015557172 | |
| 16519889 | 2 years ago | | | 0 | 0.00066455815 | |
| 16516416 | 2 years ago | | | 0 | 0.00075270742 | |
| 16510865 | 2 years ago | | | 0 | 0.00080272431 | |
| 16426646 | 2 years ago | | | 0 | 0.00086276970 | |
| 16214178 | 2 years ago | | | 0 | 0.00033186860 |
ABI
ABI objects
Getter at block 21222456
cost() view returns (uint256)
50000000000000000
hiddenMetadataUri() view returns (string)
ipfs://replaceme/
maxMintAmountPerTx() view returns (uint256)
999
maxSupply() view returns (uint256)
9999
merkleRoot() view returns (bytes32)
0x4c36f0551da7382df7e2f5daef3e0a3ce2e6af190f31cf8c6af722fdcec7524c
name() view returns (string)
OMNIBirds
owner() view returns (address)
0xa3ecf71c289ebd684901290a91e67b8bc3ef92cd
paused() view returns (bool)
true
revealed() view returns (bool)
true
saleId() view returns (uint256)
1
saleSupply() view returns (uint256)
999
symbol() view returns (string)
OMNI
totalSupply() view returns (uint256)
751
uriPrefix() view returns (string)
ipfs://QmZCE1MvohiRXMtMhFRAeKck26h1emtbbkydFzsT9eKMXy/
uriSuffix() view returns (string)
.json
walletLimit() view returns (uint256)
999
whitelistMintEnabled() view returns (bool)
false
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(uint256, address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setSaleId(uint256 _sale)
setSaleSupply(uint256 _saleSupply)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWalletLimit(uint256 _walletLimit)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _saleSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()