pickle Rick

Verified contract

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

No balances found for "pickle Rick"

0x22711b17cf98bd2ffe2b1b27be25ce4b1e3e629c5472d9045278e16d8a3ef53d
0x16f933628d013f78dae94eb547a10b4e572dc2d8bb5fac365094cc6f463f9b08
0x5ca0ec2b0a0ff0d3315cac07f0c8338a2a25454ed4157be1dcc6c7ce52fe2407
0xa20c1743a4a534d9f636fd8b852ffe0f259549dc3d08f3e0cfdb2bf546733b21
0xfed0085989de10a70169948167eba214d75baab1be5572bcb55b0a466c44436b
0x9656b2c718b57837b282cd0fd1cb4a2ccf64bfac7e6ec47a4bc1d70fb76eb839
0x0eab38d45b54cf75b9cd5f1af938f64196b156b030281a96bc93d5a1f8744342
0xa4d55c2f3fb08322bee121ba79cabd13367779f5f215dc6fa58e94ce62817b72
0x04ff264f0ccac6036c86fe929dfd6bc5422c09252a23432977687d4d27c2ce3f
0x0422b09b8f79789b7dde369f9723daad077387f9fa7147f7577a052e487a061a

Functions
Getter at block 23115752
decimals(view returns (uint8)
18
name(view returns (string)
pickle Rick
symbol(view returns (string)
Pickle
totalSupply(view returns (uint256)
100000000000000000000000000000
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