Oasis Awakening
Verified contract
Active on
Ethereum with 254 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 "Oasis Awakening"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19792978 | 6 months ago | | | 0 | 0.00032833008 | |
| 18722706 | a year ago | | | 0 | 0.0025809954 | |
| 17887898 | a year ago | | | 0 | 0.00084916597 | |
| 17673284 | a year ago | | | 0 | 0.0012071213 | |
| 17666629 | a year ago | | | 0 | 0.00099313623 | |
| 17666504 | a year ago | | | 0 | 0.00094645786 | |
| 17661368 | a year ago | | | 0 | 0.00062998333 | |
| 17536946 | a year ago | | | 0 | 0.0010502897 | |
| 17525737 | a year ago | | | 0 | 0.00062301639 | |
| 17412149 | a year ago | | | 0 | 0.00093055810 |
ABI
ABI objects
Getter at block 21121435
getSaleState() view returns (uint8)
3
maxSupply() view returns (uint256)
369
name() view returns (string)
Oasis Awakening
owner() view returns (address)
0x16ac853e125bd8b44939591a1457ac91d66b4a67
symbol() view returns (string)
OA
totalSupply() view returns (uint256)
130
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(address owner) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isBackupAllowlisted(address owner) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 quantity) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses)
seedBackupAllowlist(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSalePrice(uint256 _price)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()