Angels Oasis
Verified contract
Active on
Ethereum with 3,050 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Angels Oasis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281506 | 3 days ago | | | 0 | 0.0018413346 | |
| 21281504 | 3 days ago | | | 0 | 0.0024577366 | |
| 21155780 | 21 days ago | | | 0 | 0.00055538512 | |
| 21139360 | 23 days ago | | | 0 | 0.00087959253 | |
| 21060197 | a month ago | | | 0 | 0.00030435042 | |
| 21048204 | a month ago | | | 0 | 0.00020483355 | |
| 21024948 | a month ago | | | 0 | 0.00023584148 | |
| 20963003 | 2 months ago | | | 0 | 0.00068006594 | |
| 20789025 | 2 months ago | | | 0 | 0.00027441094 | |
| 20332160 | 4 months ago | | | 0 | 0.00022609837 |
ABI
ABI objects
Getter at block 21305657
ADD() view returns (address)
0xaef33e18fc210a22dd42af5578837758b2349770
MAX_ANGELS() view returns (uint256)
8888
baseURI() view returns (string)
https://angelsoasis.mypinata.cloud/ipfs/QmaAMizLKAFdsrU1VLX62HXhLXdUxB3CDLK7cbqvAFY2Lq/
defaultURI() view returns (string)
https://angelsoasis.mypinata.cloud/ipfs/QmbLaePgdLq1y9SKGRdEJ2pBEeS6ow6GUo5npiNhSVrGrL
mintCap() view returns (uint256)
20
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
Angels Oasis
owner() view returns (address)
0xaef33e18fc210a22dd42af5578837758b2349770
preSale() view returns (bool)
false
presaleMintcap() view returns (uint256)
5
presaleSupply() view returns (uint256)
6000
publicSale() view returns (bool)
false
reservedAngels() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
AO
totalSupply() view returns (uint256)
3127
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address entry) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalerList(address) view returns (bool)
presalerListPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToPresaleList(address[] entries)
approve(address to, uint256 tokenId)
gift(address[] receivers)
mintPreSale(uint256 num) payable returns (bool)
mintPublicSale(uint256 num) payable returns (bool)
removeFromPresaleList(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDefaultURI(string _defaultURI)
setMintCap(uint256 _mintCap)
setPreSalePrice(uint256 _newPrice)
setPresaleMintCap(uint256 _presaleMintCap)
setPresaleSupply(uint256 _presaleSupply)
setTokenURI(uint256 tokenId, string _tokenURI)
togglePresale()
togglePublicSale()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.