Symmetry

Verified contract

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

No balances found for "Symmetry"

0xa1aa93af5be801cd0ce9711736273cb568bdc49afe405b255bc33d7b62ea635f
0x51286546110b3839b805cb582b5949337204e1c095e036696d98e9a39d51f28d
0x9667d5355ff6971e576d79a233c23aa4570e39246c0ebba4c5ebfc5295a0b58d
0xcdb658b69feec9b74379e47742cc4c26c74d17682e1507779018c25948e0c832
0x06538b75c022d062276445852d778febd5363c3474aeef987e36552555dae014
0xc8570b112d52c0c054ebf1d931769c1e4ffbdcab541498e34eccadb9f10f667d
0x3cbff270a6c193b4d0d22cbebf62f77498d5ee09e8f1678848c068b775803a28
0x7a7822010d94eeada632c9b8778ec70b5d98f7542315d76baff9cec9626bfa05
0x3218f25855aa92c2a096cca967bf45af0ccad5364cd2b52946355e092ff60f4e
0x51ee9fc27773a8e9023aa770771f4103dff9d5a4b9a24995075eb46643e82f96

Functions
Getter at block 22769745
decimals(view returns (uint8)
18
name(view returns (string)
Symmetry
symbol(view returns (string)
SYMMETRY
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