Base Runners
Verified contract
Active on
Base with 1,359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21751487 | 2 days ago | | | 0 | 0.000000091963026644 | |
| 21344263 | 11 days ago | | | 0 | 1.7103060e-7 | |
| 20219671 | a month ago | | | 0 | 1.7071942e-7 | |
| 20162386 | a month ago | | | 0 | 1.6682802e-7 | |
| 20161527 | a month ago | | | 0 | 1.6830207e-7 | |
| 18901574 | 2 months ago | | | 0 | 1.4086106e-7 | |
| 18900774 | 2 months ago | | | 0 | 2.1788848e-7 | |
| 18900409 | 2 months ago | | | 0 | 2.1788848e-7 | |
| 18471079 | 3 months ago | | | 0 | 1.8970925e-7 | |
| 17269377 | 3 months ago | | | 0 | 3.5879826e-7 |
ABI
ABI objects
Getter at block 21833812
baseTokenURI() view returns (string)
https://nftstorage.link/ipfs/bafybeifi7fhnetgtaeyqrmc3patin6v3pvpkx3sxgmnok766t5l2wagkni/
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
10000
minted() view returns (uint256)
64920
name() view returns (string)
Base Runners
owner() view returns (address)
0xcebaf590ac6759b779957c616b815ed790ac6e9c
symbol() view returns (string)
RNRS
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _tokenURI)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()