RIK

Verified contract

Active on Base with 33 txns
Deployed by via 0xe7b181b8 at 12857501
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RIK"

0x59ad0cf20f42e3438be8ed670f1f7e82292c5694e1fcb1d6c186e2efaa253295
0x62d31612538409e9e9a5d6c852ee41f0e4d4a41c480b2541cfd5aa25eccab353
0x354596096ae16006f87456d0327fba74efe0fecdc470ce20bee13e3264c3e3d8
0x5953f734f41647f0b43f7c93feafe96f9a51b37c270d77af74faeb48eab4a8cf
0x52825812858f8bb8cec54554c0d386d1802d59df147dd645134268fd030173ca
0xa4681d25defd2777f9d0172c07af734030c5340542bbccbb6ce0dbf02d435e42
0x83d31baec246d5b34d5c03b535f3954245cd68c397a4450d7962d8c0753c2600
0xd4e2623dfd524f3828ff7f12134701bdc4e3fbb12cabb94fe3af8124e43c5e16
0xd8aca6a4b5a68562ca2a0980a343d0de39bb3582b9f33deb3c739f8c1de12a07
0x432c7afd719b70c578dc28b8c28583e711c49ec5f6a06fbb3206d202016aebb7

Functions
Getter at block 23596814
decimals(view returns (uint8)
18
name(view returns (string)
RIK
owner(view returns (address)
0x39d3605e55c5ebeb8c963eee6df4238655f8bfc8
symbol(view returns (string)
RIK
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
limbo(address _limbo_
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(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account