Wonky Stonks
Verified contract
Active on
Ethereum with 23,533 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($176.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.05316 | $3,078.83 |
$163.67 | |
USDC | ERC-20 | 12.5 | $0.999648 |
$12.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203896 | 15 hours ago | | | 0 | 0.00049096970 | |
| 21202455 | 20 hours ago | | | 0 | 0.00056938934 | |
| 21202135 | 21 hours ago | | | 0 | 0.00089539986 | |
| 21201736 | a day ago | | | 0 | 0.00077115172 | |
| 21186882 | 3 days ago | | | 0 | 0.0015478052 | |
| 21184620 | 3 days ago | | | 0 | 0.0015935021 | |
| 21172222 | 5 days ago | | | 0 | 0.0012987638 | |
| 21170650 | 5 days ago | | | 0 | 0.0017644691 | |
| 21168636 | 6 days ago | | | 0 | 0.0015547861 | |
| 21167051 | 6 days ago | | | 0 | 0.0016589917 |
ABI
ABI objects
Getter at block 21208520
freeQuantity() view returns (uint64)
1
getCurrentMintLimit() pure returns (uint64)
12
getCurrentPrice() pure returns (uint64)
70000000000000000
getTotalMinted() view returns (uint256)
8736
getTotalRemainingCount() view returns (uint256)
0
maxPerWallet() view returns (uint64)
12
maxSupply() view returns (uint64)
8736
name() view returns (string)
Wonky Stonks
owner() view returns (address)
0xd7344cc26e22141eda639bb786a40586b1fb28a0
royalty() view returns (uint64)
500
symbol() view returns (string)
WSTK
totalSupply() view returns (uint256)
8736
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCurrentPriceForQuantity(uint64 _quantityToMint) view returns (uint64)
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)
mintPromotionalQuantity(uint64 _quantityToMint)
mintQuantity(uint64 _quantityToMint) 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 _newbaseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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.