Tools (for Apes)
Verified contract
Active on
Ethereum with 752 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($216.84)
Native
Value
$216.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,613.94 |
$216.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909274 | a year ago | | | 0 | 0.00089087719 | |
| 16982193 | 2 years ago | | | 0 | 0.0013442130 | |
| 16910366 | 2 years ago | | | 0 | 0.00063694210 | |
| 16305351 | 2 years ago | | | 0 | 0.00048598669 | |
| 16300906 | 2 years ago | | | 0 | 0.0013421933 | |
| 16187994 | 2 years ago | | | 0 | 0.0011488701 | |
| 16187990 | 2 years ago | | | 0 | 0.0011372366 | |
| 16187979 | 2 years ago | | | 0 | 0.0010375537 | |
| 15239658 | 2 years ago | | | 0 | 0.00041680109 | |
| 14878175 | 3 years ago | | | 0 | 0.00079108741 |
ABI
ABI objects
Getter at block 21320861
holderContract() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
holdersAddress() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
name() view returns (string)
Tools (for Apes)
owner() view returns (address)
0xd7949a56ffb0db31ed9aec586d2cafd73c67c2bf
price_reg() view returns (uint256)
20000000000000000
symbol() view returns (string)
ApeTools
totalSupply() view returns (uint256)
1333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getChest(uint256 tokenId) view returns (string)
getFoot(uint256 tokenId) view returns (string)
getHand(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getNeck(uint256 tokenId) view returns (string)
getRing(uint256 tokenId) view returns (string)
getWaist(uint256 tokenId) view returns (string)
getWeapon(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) 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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId) payable
mintWithApe(uint256 apeId) payable
multiMint(uint256[] tokenIds) payable
multiMintWithApe(uint256[] apeIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.