Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.57)
Native
Value
$9.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0025 | $3,827.30 |
$9.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903800 | a year ago | | | 0 | 0.00052306715 | |
| 18007909 | a year ago | | | 0 | 0.00058342942 | |
| 17665968 | a year ago | | | 0 | 0.00051428796 | |
| 17538363 | a year ago | | | 0 | 0.00061679105 | |
| 17515966 | a year ago | | | 0 | 0.0023866966 | |
| 17515962 | a year ago | | | 0 | 0.0018639852 | |
| 17515958 | a year ago | | | 0 | 0.0017611004 | |
| 17515955 | a year ago | | | 0 | 0.0016888370 | |
| 17515952 | a year ago | | | 0 | 0.0016232757 | |
| 17515939 | a year ago | | | 0 | 0.0013009400 |
ABI
ABI objects
Getter at block 21381664
MAX_MINTS_PER_TX() view returns (uint256)
5
NUM_FREE_MINTS() view returns (uint256)
5555
PUBLIC_SALE_PRICE() view returns (uint256)
2500000000000000
getBaseURI() view returns (string)
ipfs://QmPaL42HMi2oFrY2X7AP9SAmYnwhgvJmPJkqF6XoHCZVKf
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
5555
name() view returns (string)
wenurs
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc7d17bddb4854be3c24c8871577b70efe016c4af
symbol() view returns (string)
wen
totalSupply() view returns (uint256)
5555
Read-only
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
mint(uint256 numberOfTokens) payable
mints(uint256 _numfreemints)
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)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.