Real Shib

Verified contract

Active on Ethereum with 42 txns
Deployed by via 0x186b6d07 at 20872807
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Real Shib"

0xfc17254cd3ea7ef14ea666ac9f38cb81789890c9960c3d57e4a487738b4e427e
0xa118d17b5f6e779220f6e65f82ef7ec29e5a358406068579377d6fd609336a28
0x63e72f4d36df922dab54ba1be30e05d3a8f3aa0cf0d236680fd915822c980650
0x176dee138d51b2bd56d0477541f88d9fd0652139d4546c4e03015094666b4a69
0x9962b2dc0513afdc19a7a680512c55d44227deb025c4bf1181a311c2a99d8bdf
0xbbf8da532827fdc80af872c5f6c42ee5a775387315b49bb03de1d1da69767553
0x3d6e2d9228de5463eafb5f221d5e10262df49c558f5c290a6295a94277e26995
0xa22a82fc7a68d12057c3e583be212549354106dfbb73ac2de6af0314b66e4b59
0xbdebc21d8dc439e4bf398b21ec082680ec5579114eead489633990d97930a996
0x17d646689adc063ec80edff72c5f93d2d938e888371d8782adcfda3b017ee829

Functions
Getter at block 20916093
decimals(view returns (uint8)
18
name(view returns (string)
Real Shib
symbol(view returns (string)
rSHIB
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(
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