The Saudis Oasis Land
Verified contract
Active on
Ethereum with 1,506 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc0c3…22bf
1 additional
variable
Balances ($0.00)
No balances found for "The Saudis Oasis Land"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20768063 | 3 months ago | | | 0 | 0.00010526502 | |
| 19982761 | 7 months ago | | | 0 | 0.00065528772 | |
| 19032652 | a year ago | | | 0 | 0.0019140687 | |
| 18928932 | a year ago | | | 0 | 0.00066367425 | |
| 18614942 | a year ago | | | 0 | 0.0020853980 | |
| 18456216 | a year ago | | | 0 | 0.00058194190 | |
| 18256198 | a year ago | | | 0 | 0.00035183628 | |
| 18252500 | a year ago | | | 0 | 0.00030253296 | |
| 17965441 | a year ago | | | 0 | 0.0014917681 | |
| 17912448 | a year ago | | | 0 | 0.00062238908 |
ABI
ABI objects
Getter at block 21444355
_baseTokenURI() view returns (string)
https://saudiapes.infura-ipfs.io/ipfs/QmPAPA7KDEqY5fpLpZmZT4Fq4GhmzH3EDDUUoYvUQw5KkC
claimed() view returns (uint256)
2197
cost() view returns (uint256)
2900000000000000
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTXgP7e2WPrQhduVb6crYX5VviWSXwJD4uhbMJEoTJznN/TSOL_json
maxForClaim() view returns (uint256)
2197
maxForSale() view returns (uint256)
2358
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
4555
name() view returns (string)
The Saudis Oasis Land
owner() view returns (address)
0x6eee6326609ba3790c679d4bac5331b4b70a8b74
pausedClaim() view returns (bool)
true
pausedSale() view returns (bool)
false
revealed() view returns (bool)
true
sold() view returns (uint256)
2358
symbol() view returns (string)
TSOL
totalSupply() view returns (uint256)
4555
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)
unclaimed(address user) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
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)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxForClaim(uint256 supply)
setMaxForSale(uint256 supply)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPausedClaim(bool _state)
setPausedSale(bool _state)
setRevealed(bool _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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()