RIck

Verified contract

Active on Base with 95 txns
Deployed by via 0xb0393452 at 11958987
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x945274b32e616e7372fe8769603d93d1cd4005435d825e0396d82ecd0d008560
0x02c4f9d39aed0c3dc9a4f325e2c72e2d05281c76d5a68796c19343d4d51dbb63
0xf171842d7e722903e656585ad18d20c7009e0e899a858195c35e8549d9828551
0xfc2e750e894cc2a8dce5a3cb6a511f7bf36126454eb18492437bda17678d8501
0x5ce8c5e71f5092bdd2e2d1f464390f8b8681f481305c8fbd7590bd08054772c6
0x13c35fdb4421de5303fc0ccfc0f4a58f43b82cec96b385d99b3f60c11fe2d1f0
0x222f836d5794657c3c79f2821d256581850b74ca2854de1b0fff1cc495c7e81e
0x192fae40dbcd8eb455655b1d503094fa9a430c36cca3d98c6ea39791358eebe1
0x4d7faf0ce7ffaa97042bd391e4c36088177923f6211adbc3c884088486fd563b
0x3d609f7ee7baae9acd2e50c83d8ba6cfda3c83db8d3c4e368647278fa54da47d

Functions
Getter at block 21891378
decimals(view returns (uint8)
18
name(view returns (string)
RIck
symbol(view returns (string)
RIck&Morty
totalSupply(view returns (uint256)
7500880000000000000000000000000
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)
transfer(uint256 amountaddress fromaddress to
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