Performance

Verified contract

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

No balances found for "Performance"

0xe3998326f071e964e000040fae973e81ccc3d92aea35859688d52430dd83015c
0xbe5a27795892c1a8a5fd4699ce872e315a1b9dba9bf4b6e472c13f419d53bb0c
0x13e7a28991515fdd3e47e5f15ef1970d12883b9011c6e2d9ef0a9f2aee02a60b
0x0509ee7260952c65335bcfda92a77e44a751894e5d07efb2f54004741212dee8
0x505bfa9cada6e55b41729b40d1f8355051224b60cc395e4128e66a069b0536dc
0x7a77053bd76e650802be304aaa03c27959b3e09d791ee2795cc1701febe0ae1a
0x6a2247e2a3dcb17edd5ed0dc3cd25167f29861ea0f760e9d29f36e0f32529cc6
0xcda87b0286655a09d7dc7441daf3690d752e5a5a46da7f27b6c020773e5c2c40
0x6d429d5243a5143ef5d7b564659d1d5e87189e6524f0feb4f4d4ff833d7ec5be
0x0d8eef710d404ba5269afe63ab4b524fea4148f7f0253622b1d775b1b162df1a

Functions
Getter at block 22744454
decimals(view returns (uint8)
18
name(view returns (string)
Performance
symbol(view returns (string)
TEST
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