roomba

Verified contract

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

No balances found for "roomba"

0xcc37de5e30b442d551b24d4a39f4f0327257bb8191464785f1a2956d249ca6c1
0x1e6f4b7803bfff0b23ff724a2da256a867100e26c0519808a64b4974224d2e59
0x9d2557078888bc4873a276cd6b6d2c378b866e59f397c10532dfa4feccc69083
0x059b67954cd2ebc8046dcaf01cc261339f7bec040761c4c180411e5a4942e076
0xf83806ee53005edf2cb2f5247dc7cf77f76d269ef20ebb0e37445b6f8bb8789a
0x6c4759693dd78b1bd3b924de30a38950eaac24035d3452cb9253383febaf1da1
0x78d19d59c2051411972a76b62c8341bb8ebdc5b5e0e9614eda7121689b23c00c
0x426c53d22237b20978de6d09edc5ae42df4e9251ce0a3a8ecbb10fb5d9bbe3e4
0x6b550dbffea0d6f10edcf3fc54714aad0ad7ff82e9b91e5023a292083dde9749
0x6d1cb5937356ededeaf8f43643a322548f667d1e635145a468ae57195105d5bf

Functions
Getter at block 22948257
decimals(view returns (uint8)
18
name(view returns (string)
roomba
symbol(view returns (string)
ROOMBA
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