Ape Runners
Verified contract
Active on
Ethereum with 3,169 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($684.97)
Native
Value
$684.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2 | $3,424.86 |
$684.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265452 | 14 hours ago | | | 0 | 0.0011367979 | |
| 21253586 | 2 days ago | | | 0 | 0.00043700628 | |
| 21242654 | 4 days ago | | | 0 | 0.00030830457 | |
| 21225412 | 6 days ago | | | 0 | 0.00047417755 | |
| 21218881 | 7 days ago | | | 0 | 0.00027021858 | |
| 21211731 | 8 days ago | | | 0 | 0.00052898887 | |
| 21091405 | 25 days ago | | | 0 | 0.00032159097 | |
| 21023591 | a month ago | | | 0 | 0.00045506309 | |
| 20663033 | 3 months ago | | | 0 | 0.000068645756 | |
| 20439173 | 4 months ago | | | 0 | 0.000084715286 |
ABI
ABI objects
Getter at block 21269494
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5000
PRICE() view returns (uint256)
40000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmTPqnJXcLGJZbUbsVYgkt1eVRyHeixxGSr4kDboTbQ7Sg/
looksrare() view returns (address)
0xf42aa99f011a1fa7cda90e5e98b277e306bca83e
marketplacesApproved() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xf5d2b81ba7ac7418cf5fe36c2b6aa82fa0218ed4d19a2ca2ae8527b8d58e826f
name() view returns (string)
Ape Runners
opensea() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0xc9ab4bb263d7d08c4c6e448acf9c0c31087174c4
paused() view returns (bool)
false
saleState() view returns (uint256)
0
symbol() view returns (string)
AR
totalSupply() view returns (uint256)
5000
unrevealedURI() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthorized(address user_, bytes data_) view returns (bool)
isWhitelisted(address user_, bytes32[] proof_) 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 tokenId)
tokenURI(uint256 tokenId_) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
whitelistMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
auth(address to_, bytes data_)
claim(uint256 amount_) payable
claimWhitelist(uint256 amount_, bytes32[] proof_) payable
forbid(address to_, bytes data_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_, string baseExtension_)
setLooksrare(address looksrare_)
setMerkleRoot(bytes32 merkleRoot_)
setOpensea(address opensea_)
setSaleState(uint256 saleState_)
setUnrevealedURI(string unrevealedURI_)
toggleMarketplacesApproved()
togglePaused()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address owner_)
withdraw(uint256 amount_)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
AuthorizationForbidden(address indexed to, bytes data)
AuthorizationGranted(address indexed to, bytes data)
OwnershipTransfered(address indexed from, address indexed to)
Paused(address indexed by)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Unpaused(address indexed by)
constructor(string unrevealedURI_, bytes32 merkleRoot_, address opensea_, address looksrare_)
This contract contains no fallback and receive objects.
This contract contains no error objects.