farterminal
Unverified contract
Proxy
Active on
Base with 956 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 6 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22122943 | 15 hours ago | | | 0 | 7.5334042e-7 | |
| 22106112 | a day ago | | | 0 | 6.4376020e-7 | |
| 22106103 | a day ago | | | 0 | 6.4391740e-7 | |
| 22095056 | a day ago | | | 0 | 2.3723220e-7 | |
| 22092485 | a day ago | | | 0 | 4.8113959e-7 | |
| 22092397 | a day ago | | | 0 | 3.9237901e-7 | |
| 22090581 | a day ago | | | 0 | 1.4295340e-7 | |
| 22086468 | a day ago | | | 0 | 7.5675165e-7 | |
| 22085631 | a day ago | | | 0 | 4.5329882e-7 | |
| 22084493 | 2 days ago | | | 0 | 4.1669954e-7 |
ABI
ABI objects
Getter at block 22150040
decimals() view returns (uint8)
18
name() view returns (string)
farterminal
symbol() view returns (string)
terminal
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize(address _mintTo, uint256 _totalSupply, string _name, string _symbol)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()