OMNIA

Verified contract

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

No balances found for "OMNIA"

0x6376ca6ca570980bf00dbbcceb936396d6814bbd1e5bb5b7a4039c30f0a24d94
0x3aaf75f9db7e88021ea17401b5d1f21f72e1eedb998a1b89717dbedc83e68c83
0x7509024784c5d2d64057b424c53284de59e4e77741fb0361d3ade80e3834ef2c
0xa4f6ad4b0255dc23cbd14e1004ad1af042ae9fd5e4e1a62f4c4e22cf3d77c972
0x10a83935bf0b0f097e2aec84d10da2a09b15875fca66344d08352e235bf64de6
0x3652464187450bd808b89fee13710e061648e278e395e4ac5626966f1a32e21e
0xb862cb81c6c4c4424c877ba1e2c67fb8b41a076102e85701e602979de4c67d22
0xf29e38608ad85399cc810994e0701a5cf78d23fbff07788ef757dcebea6ebd45
0x3bb46437864d36bc85ee64ef3fd1cc9b3177d2a2790e2fb0c3ed4d61f265f704
0xb52118974782c725017b8b5ca24dce010a0be094ae47f7fe0361bb182f0e8473

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