Owange Pod
Verified contract
Active on
Ethereum with 888 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 "Owange Pod"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997821 | 11 days ago | | | 0 | 0.00035962764 | |
| 20379443 | 3 months ago | | | 0 | 0.00013237718 | |
| 19816803 | 6 months ago | | | 0 | 0.00046829359 | |
| 17668265 | a year ago | | | 0 | 0.00084938337 | |
| 16712077 | 2 years ago | | | 0 | 0.0010653374 | |
| 16632957 | 2 years ago | | | 0 | 0.0015288786 | |
| 16631479 | 2 years ago | | | 0 | 0.0024083555 | |
| 16390423 | 2 years ago | | | 0 | 0.0010371098 | |
| 16274907 | 2 years ago | | | 0 | 0.00093851913 | |
| 16250346 | 2 years ago | | | 0 | 0.00065732497 |
ABI
ABI objects
Getter at block 21076407
MAX_PRIVATE_SUPPLY() view returns (uint256)
3000
MAX_PUBLIC_SUPPLY() view returns (uint256)
2000
MAX_SUPPLY() view returns (uint256)
10000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxPublicMintPerWallet() view returns (uint256)
3
name() view returns (string)
Owange Pod
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x3675eed7fdad3e510efd6b4ddd8e127511fdd377
publicPrice() view returns (uint256)
100000000000000000
saleStatus() view returns (uint8)
0
signer() view returns (address)
0x22bb7f78c51dc8283950ecd516e6da4e1f34ef9e
symbol() view returns (string)
OWP
totalSupply() view returns (uint256)
1397
whitelistPrice() view returns (uint256)
80000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getPublicMinted(address user) view returns (uint32)
getWhitelistMinted(address user) view returns (uint32)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(struct OwangePodAirdropData[] airdropData)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
publicMint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMaxPrivateSupply(uint256 _amount)
setMaxPublicMintPerWallet(uint256 _amount)
setMaxPublicSupply(uint256 _amount)
setOperatorFilteringEnabled(bool _value)
setPublicPrice(uint256 _price)
setSaleStatus(uint8 _saleStatus)
setSigner(address _signer)
setWhitelistPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint32 amount, uint32 maxAmount, bytes signature) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()