Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "0xWOW"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20204943 | 4 months ago | | | 0 | 0.00011011230 | |
| 18576883 | a year ago | | | 0 | 0.00064705297 | |
| 17740887 | a year ago | | | 0 | 0.00045257189 | |
| 16835986 | 2 years ago | | | 0 | 0.00069726263 | |
| 16670527 | 2 years ago | | | 0 | 0.0017660378 | |
| 16632991 | 2 years ago | | | 0 | 0.0011487988 | |
| 16591352 | 2 years ago | | | 0 | 0.0015084548 | |
| 16500245 | 2 years ago | | | 0 | 0.00069216022 | |
| 16474911 | 2 years ago | | | 0 | 0.00070024411 | |
| 16403073 | 2 years ago | | | 0 | 0.00050002173 |
ABI
ABI objects
Getter at block 21158785
ClaimPerTx() view returns (uint256)
5
MaxClaimToken() view returns (uint256)
10000
MaxClaimTokenPerwallet() view returns (uint256)
5
MaxPerTx() view returns (uint256)
20
TotalTokenSize() view returns (uint256)
10000
name() view returns (string)
0xWOW
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x45c2a70920ce5cff0b217954bc87a04f27952811
price() view returns (uint256)
10000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
0xWOW
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Claim(uint256 mintamount) payable
Mint(uint256 mintamount) payable
MintTo(address _to, uint256 mintamount)
SetMaxperTxForClaim(uint256 _ClaimPerTx)
SetSalesStart()
approve(address to, uint256 tokenId)
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)
setMaxClaimToken(uint256 _MaxClaimToken)
setMaxPerTx(uint256 _MaxPerTx)
setOwnersExplicit(uint256 quantity)
setTotalTokenSize(uint256 _TotalToken)
setprice(uint256 _price)
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(uint256 maxBatchSize_, uint256 TotalToken_)
This contract contains no fallback and receive objects.
This contract contains no error objects.