PUBLIUS

Verified contract

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

No balances found for "PUBLIUS"

0xb6184fd422f4e97eae6e6c1817effa141c8ee9bb0137ec74d534e446c8226ccf
0xeab64ccc40ad4f0c87d04daaa5793974dc5854c1957ca724f40110e4a647db20
0x0c604cce33a3b14580ec77c2caebf4fdd265147212b6ae144a9079296c9698d1
0xa13472dc159b5b27fb658b610dd7d8813c9a854ee94cc0810d6d9bcc4cc9c625
0x564c8931dcc0af7d256cd66cc6a73f60bdf0bb9d3b706f23c046595f3fecba5e
0x1cba98c4db649194dc6f0b9ae6c51876985f51ae01fdd1b624235948e4c4ca55
0x02812a724357f1868b12946a1d8d790e8a5c74b28726f6c2241991ebf1564110
0x4491e3f930e21bd572b52d25cbf74dbc735a87034a6b25668443ab2ec4f7664c
0x7ab51fbc9f9b44aceae4e7e9ef5703301bd81429688f5db3792e84adbe472a91
0x668726aedc95597893385d2a7affad80f838f50cd310ccae0c09df8c4da3b430

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