This contract is being backfilled. You may encounter incomplete storage history.

RUG

Verified contract

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

No balances found for "RUG"

0x8502be36d663ccb0d35f72bc318303b4a5abb70a2a3ff7df6758a9177167ba62
0x5b9258375aadfd6682c749cb955567a899427234d69d76aed25b986f4ba793c1
0xe6ea14762081f8da1f77f8f99ce68d8daab9b74a85359ffb43d7edf8b97876f0
0x9c0fbd8832dd125f25d421fd5d704507629308864b03a5178bb834caa1f8741f
0x1b053f2caa3064f4d495965db82c4ca1db9c1f7186da5dcaf091d08f32445ba1
0xb64e0a4bc7e41d6995fcb588338e9d3012c93aece4b72b859fdc46065298ab81
0xc843fa3c42fbaac9ae165fef0ca784236202fbb4de057986166abfde83a271be
0xdc09e50ad5b095191f60414960e12eacc96ad7f061523e6bf0c1e1303d6af5f0
0xb80ed187f8429fc26035979826d9c3fd98848561fc8c35b9cd3fcd824b3a708c
0x703b49541f4b6ca5fe4b3c85ea7117d3a9b0d4da4ad551de1b3453e4761382b0

Functions
Getter at block 22763163
decimals(view returns (uint8)
18
name(view returns (string)
RUG
symbol(view returns (string)
RUG
totalSupply(view returns (uint256)
1000000000000000000000000000
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