AzukiApeSocialClub
Verified contract
Active on
Ethereum with 6,877 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 "AzukiApeSocialClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982607 | a month ago | | | 0 | 0.00019658681 | |
| 20681090 | 2 months ago | | | 0 | 0.00029485166 | |
| 20681082 | 2 months ago | | | 0 | 0.00041282860 | |
| 20652025 | 2 months ago | | | 0 | 0.000027554620 | |
| 20588635 | 3 months ago | | | 0 | 0.000028980328 | |
| 20352726 | 4 months ago | | | 0 | 0.000054797777 | |
| 20344563 | 4 months ago | | | 0 | 0.000086181590 | |
| 20343535 | 4 months ago | | | 0 | 0.00038821691 | |
| 20200639 | 5 months ago | | | 0 | 0.000080958574 | |
| 20142361 | 5 months ago | | | 0 | 0.00012421312 |
ABI
ABI objects
Getter at block 21193554
baseTokenURI() view returns (string)
https://azukiapes.github.io/claimjson/
merkleRoot() view returns (bytes32)
0x7d4b384d565c83ee1aacca2b9ebdc2ef720c03528ea7b4da51eda0d10cdda212
name() view returns (string)
AzukiApeSocialClub
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc66ea08f10cf583d4a968a41fc6a03aecba1cd7d
paused() view returns (bool)
true
price() view returns (uint256)
37500000000000000
requireAllowlist() view returns (bool)
false
symbol() view returns (string)
AASC
totalReleased() view returns (uint256)
122205000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
3334
wlPrice() view returns (uint256)
30000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowed(bytes32[] _proof, address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
owned(address owner) view returns (uint256[])
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address wallet, uint256 amount)
approve(address to, uint256 tokenId)
claim()
mint(uint256 amount, bytes32[] proof) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 root)
setPause(bool pause)
setPrice(uint256 amount)
setRequireAllowlist(bool value)
setTokenURI(string uri)
setWLPrice(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string __tokenURI, uint256 _price, uint256 _wlPrice, address[] payees, uint256[] shares)
receive()
This contract contains no error objects.