Ferrum Network Token
Verified contract
Active on
Ethereum with 84,399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.005K | $1.002 |
$2,009.01 | |
FRM | ERC-20 | 151.358674K | $0.011677 |
$1,767.37 | |
AERGO | ERC-20 | 5K | $0.118196 |
$590.98 | |
UBT | ERC-20 | 2.974006K | $0.042724 |
$127.06 | |
C4Y | ERC-20 | 3.7K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244841 | 4 hours ago | | | 0 | 0.00077321286 | |
| 21244031 | 7 hours ago | | | 0 | 0.00074544430 | |
| 21243945 | 7 hours ago | | | 0 | 0.00074576845 | |
| 21243772 | 8 hours ago | | | 0 | 0.00085722280 | |
| 21243543 | 9 hours ago | | | 0 | 0.0010624335 | |
| 21242361 | 13 hours ago | | | 0 | 0.00034982142 | |
| 21240991 | 17 hours ago | | | 0 | 0.00042519484 | |
| 21236352 | a day ago | | | 0 | 0.0018518211 | |
| 21236085 | a day ago | | | 0 | 0.0013131089 | |
| 21233947 | 2 days ago | | | 0 | 0.00064700514 |
ABI
ABI objects
Getter at block 21246139
INITIAL_SUPPLY() view returns (uint256)
331718750000000
decimals() view returns (uint8)
6
name() view returns (string)
Ferrum Network Token
symbol() view returns (string)
FRM
totalSupply() view returns (uint256)
164130589845872
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.