Base Runners

Verified contract

Active on Base with 1,359 txns
Deployed by via 0x291b7989 at 10369309
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd8eee2c280ddfb0ac1369b8dd3d5c6030e7fdf73399d2783e0ad8b0c46d62632
0x3737f69b0d4c2eaf90f149c56308efcee2075a40edd92e351af1c687200d9754
0x0d7a6c45d6ee0d485392a7e722fe2ef793f9d4f3883c1f616664e4d8a9ac5075
0x38fd4dabf13c0a9b90be0f1d28cf44f4c368f2276da8034b786e7d08440fd7ea
0xa75314093b5a4e896f019dd2530b3c58f00dd55922b433079cfe19d277640577
0x6efa2b42fe9cf263989d9134a3b6a597242e983d66b79be61bd49984eb703564
0xfc3a137d526a649c95a05e95d421ef3ebfc7e88e0069aab9becc01fd3af6a3a9
0x10f850bf0bc5c8b423a82904878311e90da0bd99b1bd07d36469ac0fc9ccdc96
0xdc553a7dba2230c470fd6c690ee8243ecec933536157124a4c5a0c5b871fcbd5
0x1fda9a06e84938917d077162161c9a53f0ccb5fb38aa79b7ada70732cc78f349

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _tokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(