AwesomeApes
Verified contract
Active on
Ethereum with 6,083 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 "AwesomeApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980334 | a month ago | | | 0 | 0.00059202157 | |
| 20884340 | 2 months ago | | | 0 | 0.00030117737 | |
| 20867445 | 2 months ago | | | 0 | 0.00023595110 | |
| 20867440 | 2 months ago | | | 0 | 0.00022680054 | |
| 20867438 | 2 months ago | | | 0 | 0.00024054430 | |
| 20264213 | 5 months ago | | | 0 | 0.000091666265 | |
| 20263994 | 5 months ago | | | 0 | 0.00014290551 | |
| 20258743 | 5 months ago | | | 0 | 0.00015729542 | |
| 20201774 | 5 months ago | | | 0 | 0.000079365817 | |
| 19833052 | 7 months ago | | | 0 | 0.00026775542 |
ABI
ABI objects
Getter at block 21260037
baseTokenURI() view returns (string)
ipfs://QmNiSWssmBXYaqJhTbMUafMgdqkDZ9UYiaD2ZKHfFCkiUD/
isActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xea682a903782198447788c5b280f51702685052f606ff49382aad6ed7a799b47
name() view returns (string)
AwesomeApes
owner() view returns (address)
0x5c9c6d6e35044b141aa59fb41f2133376f48c250
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
AA
totalSupply() view returns (uint256)
4444
vault() view returns (address)
0x81ba110710e128af396e83e9c82523e89f190635
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleParticipants(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address to, uint256 _amount)
mint(uint256 _amount) payable
presale(bytes32[] _merkleProof, uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool _isActive)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMerkleRoot(bytes32 _merkleRoot)
setPresaleActive(bool _isPresaleActive)
setPrice(uint256 _price)
setVault(address _vault)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _price)
This contract contains no fallback and receive objects.
This contract contains no error objects.