metarunners
Verified contract
Active on
Ethereum with 1,752 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 "metarunners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15888013 | 2 years ago | | | 0 | 0.00042969338 | |
| 15463754 | 2 years ago | | | 0 | 0.00048292074 | |
| 15253789 | 2 years ago | | | 0 | 0.00025635796 | |
| 15212531 | 2 years ago | | | 0 | 0.0011752652 | |
| 15191632 | 2 years ago | | | 0 | 0.00052858012 | |
| 15121505 | 2 years ago | | | 0 | 0.00074625600 | |
| 15117817 | 2 years ago | | | 0 | 0.00047939366 | |
| 15116618 | 2 years ago | | | 0 | 0.0018034861 | |
| 15116579 | 2 years ago | | | 0 | 0.00089792506 | |
| 15116571 | 2 years ago | | | 0 | 0.00082353826 |
ABI
ABI objects
Getter at block 21328844
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
3333
name() view returns (string)
metarunners
owner() view returns (address)
0xedb6481e6b2682b79df01ba1568e52598f2edaeb
symbol() view returns (string)
METARUNNER
totalSupply() view returns (uint256)
3333
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZFYjA2Xi24DdpeKUT1qppcodeVmSFD2S9DP3UJgPjhZf
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()