Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,210.53)
Native
Value
$2,210.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.5971 | $3,702.11 |
$2,210.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909573 | a year ago | | | 0 | 0.00046466519 | |
| 18891887 | a year ago | | | 0 | 0.0011940156 | |
| 18650165 | a year ago | | | 0 | 0.0016293040 | |
| 17966083 | a year ago | | | 0 | 0.00056823835 | |
| 17966033 | a year ago | | | 0 | 0.0012976897 | |
| 17409361 | a year ago | | | 0 | 0.00095890603 | |
| 16937610 | 2 years ago | | | 0 | 0.0012211938 | |
| 16392119 | 2 years ago | | | 0 | 0.00093703315 | |
| 16307550 | 2 years ago | | | 0 | 0.00069246669 | |
| 16307021 | 2 years ago | | | 0 | 0.00080830678 |
ABI
ABI objects
Getter at block 21310345
MAX_SUPPLY() view returns (uint256)
8501
RESERVES() view returns (uint256)
76
maxPerTransaction() view returns (uint256)
6
name() view returns (string)
Alias
owner() view returns (address)
0x7cf78b468e9ddf63f0991eb1a303e175ee06a469
pricePublic() view returns (uint256)
10000000000000000
priceWhitelist() view returns (uint256)
50000000000000000
saleTimePublic() view returns (uint256)
1634680800
saleTimeWhitelist() view returns (uint256)
1634421600
symbol() view returns (string)
ALIAS
totalSupply() view returns (uint256)
593
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSplitBalance(address _address) view returns (uint256)
getWhitelistMints(address _whitelistAddress) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
collectReserves(uint256 _count)
mint(uint256 _count) payable
mintWhitelist(uint256 _count) payable
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)
setMaxPerTransaction(uint256 _newMax)
setPricePublic(uint256 _newWEIPrice)
setPriceWhitelist(uint256 _newWEIPrice)
setSaleTimePublic(uint256 _newTime)
setSaleTimeWhitelist(uint256 _newTime)
setWhitelistMints(address[] _whitelistAddresses, uint256[] _whitelistMints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawSplit(uint256 _amount)
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)
WithdrawProcessed(address indexed ownerWithdrawing, uint256 indexed amount)
constructor(string baseURI, address[] _splits, uint256[] _splitWeights)
This contract contains no fallback and receive objects.
This contract contains no error objects.