Based Rupee

Verified contract

Active on Base with 21,714 txns
Deployed by via 0x55ba8ea8 at 19775616
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xb6822bd5a143a25a3f13f2ec2744fb4423b47c7dd7d0fb1ee71b6c0ec76eb59b
0xa36ceef33191339026d0bddc5e0a7629bcbb70ee9a87c9e2a3cb7c872461d8e1
0x1364ddce336cb5bc4dd41fdd180ce05d5d9bf19bb83f636018c5ff2c98abe777
0x5271fc16b06cef97b9032a5673ad66c04fe87e721ed73bdd3313c90d15a14e50
0x5b1be536545f7a91df2b3fd69dde7a65c7be9cee444a201216371820c563de2b
0x7af94b1b2e2f57961094e70e94c4abc00c9abbaad3aa7e2fc5f084697bd8537d
0x3dcce2900c6863965014307c231afcb6bcb772f7b6422da54f82bd410fa24fb0
0x4a0449bc67f173a94b25a04ee96e19bf48be9f1cd09eeee993f646b3b74d9ee1
0xd9b70c9f5cc62a54b319bf036c8453bd304c8ed73d5d31812a9d6a7a6659266d
0x3233ae114a3d7b696f507b437012fea667be84c39bc194595d35807920638273

Functions
Getter at block 22902378
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Based Rupee
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RUPEE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account