Ailosets
Verified contract
Active on
Ethereum with 2,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 1 additional slot
-
variable spans 7 additional slots
Balances ($1.85)
Native
Value
$1.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0005 | $3,691.25 |
$1.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19970092 | 6 months ago | | | 0 | 0.00037426596 | |
| 19970092 | 6 months ago | | | 0 | 0.00065213093 | |
| 19774453 | 7 months ago | | | 0 | 0.00027949784 | |
| 19742225 | 7 months ago | | | 0 | 0.00015313831 | |
| 19742224 | 7 months ago | | | 0 | 0.00026429305 | |
| 19249099 | 9 months ago | | | 0 | 0.0010842773 | |
| 18010308 | a year ago | | | 0 | 0.00051771163 | |
| 17725362 | a year ago | | | 0 | 0.0010453849 | |
| 17338913 | 2 years ago | | | 0 | 0.0015347549 | |
| 17051610 | 2 years ago | | | 0 | 0.0010096883 |
ABI
ABI objects
Getter at block 21299778 getBalance() view returns (uint256)
baseTokenURI() view returns (string)
https://collection.ailoverse.com/storage/files/token/998f6fa16339e89f2cfd7a8a1fb441821e81fb05b63f8dbdfc95cbc390a8515b
contractURI() view returns (string)
https://collection.ailoverse.com/storage/files/contract/998f6fa16339e89f2cfd7a8a1fb441821e81fb05b63f8dbdfc95cbc390a8515b.json
decimals() pure returns (uint8)
0
getAssetTypes() view returns (address[])
[0xa4ccd65A4d2B07b5f5573ba97876Ac640a4d45A5, 0xB9288fC06E7e10F6a14c528d7F1f226810A81a1f]
getRoot() view returns (address)
0x35d91f8538bccdaff300d536d956cdf42716de68
name() view returns (string)
Ailosets
symbol() view returns (string)
AILOSET
totalSupply() view returns (uint256)
283
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getEnvelopeAssets(uint256 _envelopeId) view returns (address[], uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
locked(address _asset, uint256 _assetId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerOfAsset(uint256 _assetId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAssetType(address _asset)
addMint(address _owner, uint256 _quantity)
addMint(uint256 _quantity) payable returns (uint256)
addMint(uint256 _quantity, bytes32[] _merkleProof) payable returns (uint256)
approve(address to, uint256 tokenId)
envelopeCreate(address[] _assets, uint256[] _assetIds) payable returns (uint256)
envelopeSplit(uint256 _envelopeId) payable returns (address[], uint256[])
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setEnvelopeConcatPrice(uint256 _price)
setEnvelopeSplitPrice(uint256 _price)
setMintingIsOnPresale()
setMintingIsOnSale()
setRevealed(string _url)
setRoot(address _owner)
setWLRoot(bytes32 _root)
stopMinting()
toggleMintStatus(bool _mode)
tokensOf(address _owner) returns (uint256[] tokens)
transferFrom(address from, address to, uint256 tokenId)
updateBaseURL(string _url)
updateContract(uint256 _pricePresale, uint256 _priceSale, uint8 _minMint, uint8 _maxMint, uint64 _maxSupply)
withdraw(address _to, uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string description_, string symbol_, string baseURL_, string contractURL_)
This contract contains no fallback and receive objects.
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AssetCannotBeTransfered()
AssetLocked()
AssetNotLocked()
BalanceQueryForZeroAddress()
CallerNotOwnerNorApproved()
Err()
LackOfMoney()
MintShouldBeOpened()
MintToZeroAddress()
MintZeroQuantity()
OutOfMintBoundaries()
OwnerQueryForNonexistentToken()
RootAddressError()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistedOnly()