Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 560 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21801597 | 4 hours ago | | | 0 | 0.0000013191595 | |
| 21800844 | 4 hours ago | | | 0 | 6.8839424e-7 | |
| 21800505 | 4 hours ago | | | 0 | 1.4421547e-7 | |
| 21800367 | 5 hours ago | | | 0 | 1.4421547e-7 | |
| 21800261 | 5 hours ago | | | 0 | 1.4421547e-7 | |
| 21800190 | 5 hours ago | | | 0 | 1.4421547e-7 | |
| 21800115 | 5 hours ago | | | 0 | 1.4421547e-7 | |
| 21799981 | 5 hours ago | | | 0 | 1.4421547e-7 | |
| 21799945 | 5 hours ago | | | 0 | 2.5226441e-7 | |
| 21799913 | 5 hours ago | | | 0 | 5.1922624e-7 |
ABI
ABI objects
Getter at block 21808582
buyTotalFees() view returns (uint256)
3
decimals() view returns (uint8)
18
name() view returns (string)
Force
owner() view returns (address)
0xcfcfcfe030667b78c21237ed9926070b8d38b24e
paused() view returns (bool)
false
sellTotalFees() view returns (uint256)
3
symbol() view returns (string)
FORCE
totalSupply() view returns (uint256)
299792458000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool excluded)
pause()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
updateBuyFees(uint256 _fee)
updateSellFees(uint256 _fee)
updateTreasuryWallet(address _wallet)
withdrawStuckEth(address toAddr)
withdrawStuckForce(address token, address to)
withdrawStuckForceAndEth()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)