PROXYCHAD

Verified contract

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

No balances found for "PROXYCHAD"

0x815b642a067e661fc9797c64d5f6ebf7a7a6a1b36c1d14882186c678ea8fadb0
0x01cd00c7b99169522b607beb8a5e49308dde9642e026a3801b6ad1137e0bb332
0xd49d64b7530973f1234bfefd5b90732d2468e62fa375cf9af97d59add8250f6c
0xe07b8c6f73e8d23f14e6946bbaa19939bcc53e43c26283cd3de44754e9e5b8c0
0xf6b54c17c3a67eab2d66d4870a7c3d0e5f6393fce3419d1b5dd4faba0bffd5e2
0x7f8172cf01dea8ce5ed8f7ba74ea8829f590a10a9fef9fa3eaf2be7204acf72e
0x5560fde0d467dde57c6720c7e3eb70be0cb80e285a14077e85c9242160251183
0xeecaf5ba47bffc6f3f2ef58ac6c598fde72d9df7d9963f99d61494d10def8548
0x33159c81ccf09582fb8cb69af5def9c0e9c3ed9bd960229dcd9df8d13f1831f7
0x25d50587b4675f6afea96af8f9c1283f7e09c8da013440aa18550d96f90d36ff

Functions
Getter at block 22995965
decimals(view returns (uint8)
18
name(view returns (string)
PROXYCHAD
symbol(view returns (string)
PCHAD
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