ApeGang
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ApeGang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ApeGang"
ABI
ABI objects
Getter at block 21184984
defaultRate() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
parent() view returns (address)
0x0000000000000000000000000000000000000000
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
token() view returns (address)
0x0000000000000000000000000000000000000000
toucans() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accountRate(address account) view returns (uint256)
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)
pending(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenBoost(uint256 tokenId) view returns (uint256)
tokenRate(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events accrue(address account)
approve(address to, uint256 tokenId)
boostWithToucan(uint256 apeId, uint256 toucanId)
forceMigrate(address owner, uint256 tokenId, bytes32[] proof)
initialize(string __name, string __symbol, address __token, string __baseURI, address __parent, address __toucans, bytes32 __migrationRoot)
multicall(bytes[] data) returns (bytes[] results)
onERC1155BatchReceived(address, address from, uint256[] ids, uint256[] amounts, bytes data) returns (bytes4)
onERC1155Received(address, address from, uint256 id, uint256 amount, bytes data) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setName(address ensRegistry, string ensName)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenBoost(uint256 indexed tokenId, uint256 boost)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.