Wealthy Ape Social Club
Verified contract
Active on
Ethereum with 7,706 txns
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 "Wealthy Ape Social Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293292 | 3 days ago | | | 0 | 0.00036954365 | |
| 21293289 | 3 days ago | | | 0 | 0.00041894726 | |
| 21293259 | 3 days ago | | | 0 | 0.00064614327 | |
| 21282291 | 4 days ago | | | 0 | 0.0011479270 | |
| 21282290 | 4 days ago | | | 0 | 0.0011479270 | |
| 21282289 | 4 days ago | | | 0 | 0.0011479270 | |
| 21282288 | 4 days ago | | | 0 | 0.0015559749 | |
| 21282287 | 4 days ago | | | 0 | 0.00080683823 | |
| 21275447 | 5 days ago | | | 0 | 0.00062112978 | |
| 21274436 | 5 days ago | | | 0 | 0.00031438683 |
ABI
ABI objects
Getter at block 21312759
FREE_MINT_MAX_QTY() view returns (uint256)
500
TEAM_RESERVE_QTY() view returns (uint256)
50
TOTAL_QTY() view returns (uint256)
7777
maxQtyPerWallet_() view returns (uint256)
20
mintedQty_() view returns (uint256)
7777
name() view returns (string)
Wealthy Ape Social Club
owner() view returns (address)
0x9e75001b828c326a88f3ec6dc02e68d54806076d
paused() view returns (bool)
false
price_() view returns (uint256)
50000000000000000
symbol() view returns (string)
WASC
tokenBaseURI_() view returns (string)
https://ipfs.io/ipfs/QmQ6YPA8ktcEjjA6PfA8kCsj6S5dKh35atcFoLJLVm9G41/
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
freeMint(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 mintQty) payable
pause()
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setMaxQtyWallet(uint256 maxQtyPerWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string tokenBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.