Walking Apes
Verified contract
Active on
Ethereum with 900 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($103.89)
Native
Value
$103.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031846 | $3,262.17 |
$103.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19126026 | 9 months ago | | | 0 | 0.0016306660 | |
| 17948758 | a year ago | | | 0 | 0.00067108652 | |
| 17166346 | 2 years ago | | | 0 | 0.0033914587 | |
| 17084444 | 2 years ago | | | 0 | 0.0025842441 | |
| 15906741 | 2 years ago | | | 0 | 0.00050103146 | |
| 15906736 | 2 years ago | | | 0 | 0.0017103709 | |
| 15403937 | 2 years ago | | | 0 | 0.00083340134 | |
| 15337908 | 2 years ago | | | 0 | 0.00017195172 | |
| 15299591 | 2 years ago | | | 0 | 0.00033190343 | |
| 15262680 | 2 years ago | | | 0 | 0.00062743824 |
ABI
ABI objects
Getter at block 21172883
name() view returns (string)
Walking Apes
owner() view returns (address)
0x7826bc87f3445e0871832fbb543ef64b870a1865
price() view returns (uint256)
100000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
WA
totalSupply() view returns (uint256)
10083
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)
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)
flipSale()
mint(address _to, uint256 _count) payable
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)
setMetadata(uint256 metadata)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _wmint)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 supply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()