FlokiFork
Verified contract
Active on
Ethereum with 9,511 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($742.79)
Native
Value
$115.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.036641 | $3,153.04 |
$115.53 | |
USDT | ERC-20 | 616.821422 | $1.001 |
$617.44 | |
FORK | ERC-20 | 350.673987M | $0.00 |
$9.82 | |
APU | ERC-20 | 1 | $0.001112 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157822 | 8 hours ago | | | 0 | 0.0016075472 | |
| 21157814 | 8 hours ago | | | 0 | 0.0013762997 | |
| 21155979 | 14 hours ago | | | 0 | 0.00055621254 | |
| 21153047 | a day ago | | | 0 | 0.00048570016 | |
| 21152005 | a day ago | | | 0 | 0.00042552747 | |
| 21148545 | 2 days ago | | | 0 | 0.00037484987 | |
| 21148400 | 2 days ago | | | 0 | 0.00040861552 | |
| 21146681 | 2 days ago | | | 0 | 0.00054524334 | |
| 21141879 | 3 days ago | | | 0 | 0.00044363649 | |
| 21139668 | 3 days ago | | | 0 | 0.00058597271 |
ABI
ABI objects
Getter at block 21160076
decimals() view returns (uint8)
18
name() view returns (string)
FlokiFork
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapping() view returns (bool)
false
symbol() view returns (string)
FORK
totalSupply() view returns (uint256)
10000000000000000000000000000000
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)
burn(uint256 amount)
enableTrading()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradingEnabled(bool indexed tradingActivated)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _end)
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)