OnlyFars
Unverified contract
Proxy
Active on
Base with 170 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "OnlyFars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743347 | 7 hours ago | | | 0 | 6.1655361e-7 | |
| 22743347 | 7 hours ago | | | 0 | 6.1655361e-7 | |
| 22742756 | 8 hours ago | | | 0 | 6.1991724e-7 | |
| 22742754 | 8 hours ago | | | 0 | 6.2006877e-7 | |
| 22742754 | 8 hours ago | | | 0 | 6.2006877e-7 | |
| 22704729 | a day ago | | | 0 | 0.0000024156199 | |
| 22699353 | a day ago | | | 0 | 0.0000022074289 | |
| 22699353 | a day ago | | | 0 | 0.0000022101175 | |
| 22699349 | a day ago | | | 0 | 0.0000022088550 | |
| 22686564 | 2 days ago | | | 0 | 9.6918639e-7 |
ABI
ABI objects
Getter at block 22756836
decimals() view returns (uint8)
18
name() view returns (string)
OnlyFars
symbol() view returns (string)
ONLYFARS
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()