Lives of Asuna
Verified contract
Active on
Ethereum with 35,154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7b78…ea74
4 additional
variables
Balances ($4.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
X2Y2 | ERC-20 | 1K | $0.004532 |
$4.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273426 | 10 hours ago | | | 0 | 0.00058848937 | |
| 21268607 | a day ago | | | 0 | 0.00036025655 | |
| 21263545 | 2 days ago | | | 0 | 0.00038692244 | |
| 21261527 | 2 days ago | | | 0 | 0.00036916988 | |
| 21257640 | 3 days ago | | | 0 | 0.00084726338 | |
| 21248855 | 4 days ago | | | 0 | 0.00049215712 | |
| 21237752 | 5 days ago | | | 0 | 0.00082551492 | |
| 21212780 | 9 days ago | | | 0 | 0.00069594429 | |
| 21208781 | 9 days ago | | | 0 | 0.00072709009 | |
| 21162228 | 16 days ago | | | 0 | 0.00081626222 |
ABI
ABI objects
Getter at block 21276339
max() view returns (uint256)
10000
mintWhitelistWithAmountPrefix() view returns (string)
Lives of Asuna Whitelist Verification:
name() view returns (string)
Lives of Asuna
nextOwnerToExplicitlySet() view returns (uint256)
0
nonReservedMax() view returns (uint256)
9900
nonReservedMinted() view returns (uint256)
0
owner() view returns (address)
0x985783404e5ce343e3fa6d67c6dcabe1f684133d
prefix() view returns (string)
Base Verification:
price() view returns (uint256)
200000000000000000
publicListMaxMint() view returns (uint256)
0
reservedMax() view returns (uint256)
100
reservedMinted() view returns (uint256)
0
symbol() view returns (string)
LOA
tokenURIPrefix() view returns (string)
Lives of Asuna Token URI Verification:
totalSupply() view returns (uint256)
10000
whitelistMaxMint() view returns (uint256)
0
Read-only
_publicListClaimed(address) view returns (uint256)
_whitelistClaimed(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPublic(uint256 numberOfTokens) payable
mintReserved(uint256 quantity)
mintWhitelist(bytes32 hash, bytes signature, uint256 numberOfTokens) payable
registerAndMintForWhitelist(bytes32 hash, bytes signature, uint256 numberOfTokens, uint256 customLimit) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI_)
setPrefix(string _prefix)
setPrice(uint256 _price)
setPublicListMaxMint(uint256 _publicListMaxMint)
setTokenURI(uint256 tokenId, string _tokenURI, uint256 nonce, bytes32 hash, bytes signature)
setWhitelistMaxMint(uint256 _whitelistMaxMint)
splitPayments() payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address[] payees, uint256[] shares, string name, string symbol, uint256 _whitelistMaxMint, uint256 _publicListMaxMint, uint256 _nonReservedMax, uint256 _reservedMax, uint256 _price)
This contract contains no fallback and receive objects.
This contract contains no error objects.