The 8.1: Sunny
Verified contract
Active on
Ethereum with 369 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($154.11)
Native
Value
$154.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.049 | $3,145.18 |
$154.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905102 | a month ago | | | 0 | 0.00023194055 | |
| 20120519 | 5 months ago | | | 0 | 0.00021081572 | |
| 19376500 | 8 months ago | | | 0 | 0.0032478798 | |
| 19076764 | 10 months ago | | | 0 | 0.00069500658 | |
| 18591700 | a year ago | | | 0 | 0.0011382097 | |
| 18400168 | a year ago | | | 0 | 0.00048932109 | |
| 18400166 | a year ago | | | 0 | 0.00053845107 | |
| 17550535 | a year ago | | | 0 | 0.00043386574 | |
| 17550519 | a year ago | | | 0 | 0.00086941757 | |
| 16542907 | 2 years ago | | | 0 | 0.0011358722 |
ABI
ABI objects
Getter at block 21204048
getStandardPack() view returns (uint256)
81
getStandardPackFee() view returns (uint256)
49000000000000000
name() view returns (string)
The 8.1: Sunny
owner() view returns (address)
0x5a4884ce2a91b24f94e9ce3e4e4d19b6253ec22d
soldStandardPack() view returns (uint256)
25
symbol() view returns (string)
Sunny
totalMint() view returns (uint256)
1100
totalSupply() view returns (uint256)
565
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkInAllowListForUser(address userAddress) 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 allowlistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
buyStandardPack(uint256 noOfPack) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setStandardPack(uint256 totalStandardPack)
setStandardPackFee(uint256 packFee)
setStandardPackMint(uint256 mintNumber)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.