OnlyPumps

Verified contract

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

No balances found for "OnlyPumps"

0xf0fd52a084acb54e8cfd094cc1e83fdf0ed6f74a60addbfe7932a3157df0fd6b
0x39caa963f8f87b52682e3fad24f60d3068de6a64543a3f801285b471673a6cb0
0x082ddc9ad55f2715518a0be01d1c8026faf9d40f774b48cd59feab48d39cf5bb
0xb529128982a9460cad4b17280de7e827f145ddf7294455ed281c54f26f2391de
0x81974d65906e87357069b684cfb503d6f75be62af72edf6a48e48dfd69925086
0xba8ed285b646ec4091bac6b77fca67af623d4ace35bc260b87823316f78bdcd2
0x00a68afdd73f3e4248677b0b1f99abe014185a37289701345217fb59012b1f5e
0x9ee98c909438c56bbed784b3532698c7dd5ae3c676f429a59fe78dc2e1e19439
0xc69cfc6a6093092629014a48e2de341150b98fff3ceb7f90660bb83a029a238d
0x3971e0fc999ee12b5ac97430dcd6778f5722c79028b74b5f29fe4822d6c57d57

Functions
Getter at block 22820453
decimals(view returns (uint8)
18
name(view returns (string)
OnlyPumps
symbol(view returns (string)
OP
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