farterminal

Unverified contract

Proxy

Active on Base with 1,910 txns
Deployed by via 0x1785c6c2 at 15754971
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x2c3e26e2d14fc7a65730f2b24c144082da54df10a9cfcfa85cc4536647fcb683
0x6a10d3b4194e85a4e105633ac667224eeaca453163cfdce0d89bd51b6ec94dc4
0xe04737ec554790c1f5fd582867e4e67ed15273c31140016f0956959460774502
0x0babaef7e5f0b7b6febed6d37c9c8233fdbb4bb548e42238ef37cc5562cd063a
0x53f069733e215b752577e58a438836ae0a3804be7b0f4891b05e1d040ddf853e
0x4458b77e5eab324bf6d093cf1f28e4dc7c6ec2d75a1f3c294f4c269c6ecd2a4d
0x0a73ac39b3dee0ed64a3212248606c6333b22220140f16b2f2447b15738d6c90
0x882069c9568cbb354e011ce27a178767d5d8bd699eebcc3323978a6f285df865
0x74e90f3021b151025579c9e99e37b3abd5fe494bb521c9d4ef57b3219d717b51
0xc84e67df5d47ecf0839fbe37d288c0bb136303f0a428eb75920023cf2b889e45

Functions
Getter at block 22750877
decimals(view returns (uint8)
18
name(view returns (string)
farterminal
symbol(view returns (string)
terminal
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)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(