RUNNER

Verified contract

Active on Base with 304 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RUNNER"

0x944ef0271650b47d1000c25cb24e2564c4c3414729fbddf83c0eaf155aa596cf
0xeb23a3bcbd9ab47e0c61e503405e57d9b91c7b77444bec3e7c0c156a38460fd0
0xc0e7cdfc454d35a873f9b42c57a725e54c860100b04b5f0ee5e4a474336144a8
0x1c7a50d10e41a48414251a796edc2663bba1b4ff09014f656adf3e4743cf90a3
0x6274c9fb6837d1be06f855bce694c9803400bef588736109689c54b9d1ebd216
0x4d4adcdca2ee03d67e29be46f4254fae6ca6bc7d11d63086500eaaf0294db8ab
0x23e7addf790b6c6b888824547c27923eff4b29e3a858dee1b3e30e5b7ee78105
0xe46b9594becbc7e64e10280b00cc7bd53ac9c705bea06c1715d3a5012143ee9d
0xfaf651285d7b5dd9f43d47f5203ce5ddf66e4b0d95386ed4fdd17660199636db
0xae6062c726a49e05bc79b18d4b15d66c3ce73c68ff734ca19f24b76d382427c3

Functions
Getter at block 23071453
decimals(view returns (uint8)
18
name(view returns (string)
RUNNER
symbol(view returns (string)
RUNNER
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender