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 |
---|---|---|---|---|---|
FOR | ERC-20 | 89.739K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10894976 | 4 years ago | | | 0 | 0.0028455180 | |
| 10356256 | 4 years ago | | | 0 | 0.0012527555 | |
| 10355103 | 4 years ago | | | 0 | 0.0020077590 | |
| 10317226 | 4 years ago | | | 0 | 0.0015681670 | |
| 10308355 | 4 years ago | | | 0 | 0.00069313900 | |
| 10278173 | 4 years ago | | | 0 | 0.00083775900 | |
| 10259177 | 4 years ago | | | 0 | 0.00032436310 | |
| 10204770 | 4 years ago | | | 0 | 0.0011309110 | |
| 10161630 | 4 years ago | | | 0 | 0.0014592400 | |
| 10161601 | 4 years ago | | | 0 | 0.0020592400 |
ABI
ABI objects
Getter at block 21168634
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
FORTEX
owner() view returns (address)
0xba76509df85f6378fcf92bdd3daa9c65667a6720
symbol() view returns (string)
FOR
totalSupply() view returns (uint256)
1750000000000000000000000
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeToken(address[] addresses, uint256[] _value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.