Phi

Verified contract

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

No balances found for "Phi"

0x6efe4d979ac887c0194ad23a39ab5d4344cb646ed2f5bd1de267013878fa7949
0x7395c20e72ced1e4500e0ca75b2aad228434969f2c72dad20b267d89644c3cd0
0xf4813d408d9670cdef3c64dc68c3571177ad99661178d7d8bcec63f360db63bd
0x872b6dc5f3ff12935d3a9df7eb405df0d23f8ae67b89d85b8485704c40f50df3
0x4abb83421f61337d66c10c75eacb47b6dcd7f0e9525110adae3ef04fd4f043c5
0xe0a69440d285b9b11dbf73e123e4d626235d43de9b209099d46f155e246d0471
0xf44b8b9f95c0d3788b02ec0b464d37409350e8d32f7e04961f9ffe0368f3b053
0x123907b34c737bedf2998c62ebb4817750b5371554c6e9ee223cdc91af943758
0xca0bb24bdc873af5a305c66cf455630b6c140b2e30c7374fb730cfadffc07934
0x106dc6f52fdda0f7e8e25581a2eb1eff0f3136ad65d582d315122bc796354e14

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