Doodle Apes Society
Verified contract
Proxy
Active on
Ethereum with 2,630 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757527 | 7 months ago | | | 0 | 0.00022112489 | |
| 19730847 | 7 months ago | | | 0 | 0.00028642690 | |
| 19471783 | 8 months ago | | | 0 | 0.00093433172 | |
| 19471775 | 8 months ago | | | 0 | 0.0011120970 | |
| 19222538 | 10 months ago | | | 0 | 0.00065800777 | |
| 18920981 | a year ago | | | 0 | 0.0019933659 | |
| 18908696 | a year ago | | | 0 | 0.00060208327 | |
| 18876859 | a year ago | | | 0 | 0.0011492633 | |
| 18872450 | a year ago | | | 0 | 0.00084074301 | |
| 18853360 | a year ago | | | 0 | 0.0023597334 |
ABI
ABI objects
Getter at block 21310065
_TOTALSUPPLY() view returns (uint256)
2500
_baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qma16aTWekLestg2UfhG3SVywmYCDuzQvcnN8UArTa7E8h/
getWhitelistUser() view returns (bytes32)
0xff77a8eaf86fbac045db079f7b66357508dc497ee49e802bc40d40c8eab68d84
isPaused() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xff77a8eaf86fbac045db079f7b66357508dc497ee49e802bc40d40c8eab68d84
name() view returns (string)
Doodle Apes Society
owner() view returns (address)
0xa9a93290d7100b10193b4956800837a5dd7cd473
presale() view returns (bool)
false
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
DAS
totalSupply() view returns (uint256)
2501
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlackList(address user) view returns (bool)
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 approve(address to, uint256 tokenId)
flipPauseStatus()
flipPresaleStatus()
mint(address _to, uint256 quantity, bytes32[] _merkleProof, uint256 index) payable
mintByOwner(address _to, uint256 quantity)
removeBlackList(address user)
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)
setBlackList(address user)
setPrice(uint256 _newPrice)
setWhitelistUser(bytes32 merkleRootHash)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.