Great Ape Society
Verified contract
Active on
Ethereum with 12,094 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 "Great Ape Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159921 | a day ago | | | 0 | 0.0016767560 | |
| 21119824 | 7 days ago | | | 0 | 0.00014032200 | |
| 21066449 | 14 days ago | | | 0 | 0.00074626047 | |
| 21001361 | 23 days ago | | | 0 | 0.00049397156 | |
| 20966804 | a month ago | | | 0 | 0.00037459529 | |
| 20965104 | a month ago | | | 0 | 0.0012788735 | |
| 20918770 | a month ago | | | 0 | 0.00043615235 | |
| 20890856 | a month ago | | | 0 | 0.00049015556 | |
| 20890854 | a month ago | | | 0 | 0.00053517045 | |
| 20796771 | 2 months ago | | | 0 | 0.00047301466 |
ABI
ABI objects
Getter at block 21168657
MaxGreatApe() view returns (uint256)
10000
isSale() view returns (bool)
true
itemPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Great Ape Society
owner() view returns (address)
0xdfbe10258df83a9f8dfad21b6b40dd4b6291e433
symbol() view returns (string)
GAS
totalSupply() view returns (uint256)
10000
wallet1() view returns (address)
0x8ea76a223b85a66e0aed572d64c07a95596ae0ff
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)
price(uint256 _count) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeWallet(address _accountnew)
mintGreatApe(address _to, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleControl(bool val)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.