RIP in Peace

Verified contract

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

No balances found for "RIP in Peace"

0xb80d0e5c70a05d253020e414020ce6632eb9c05b83fb4d820489aa7b8c7c2ceb
0xfe50cb2ff47617fad7c8fa18e89f999d5c407e9ee3e659c6bafba1ae3985cd88
0x89c9bc8cbda8ff7fbd99beca9e3c8bff54465ece4908501b5b29d4318b0bd3ee
0x6cb07cb3b6f0529f4d6344eb5ba5b1159c065ab42fd783503349280e2d532b67
0x3ae1d64441d030f6b14fff94a7302c3e2e088aaffb2a2292c1ff7dcdcca23cf1
0x19c29774243e51fb62e83bf060ab24260becf18ff683c159db7b02761bd1a12e
0x2a08f10a298656c479b934c450d4324853b7ceeae8d1d0e7cc14b63a1b02b051
0xdbbf55de4bf4bfcce956081e1b927175e78cd8840a6c1e20b344a1b24f10cb35
0x5db31022572c1c5fa55376ba0cf8507ca85b9ef4b1dd574eba8888dd2ecece7c
0x9d48f2c2bc4dd937211d698ac90f8f1127de928fdf4b9ae450def376e484095b

Functions
Getter at block 22882549
decimals(view returns (uint8)
18
name(view returns (string)
RIP in Peace
symbol(view returns (string)
RIP
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(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