Fr8 Network
Verified contract
Active on
Ethereum with 337 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17463971 | a year ago | | | 0 | 0.00054094425 | |
| 16619495 | 2 years ago | | | 0 | 0.0010890096 | |
| 14247510 | 3 years ago | | | 0 | 0.0025039740 | |
| 13910212 | 3 years ago | | | 0 | 0.0042069341 | |
| 13860670 | 3 years ago | | | 0 | 0.0022778273 | |
| 13814096 | 3 years ago | | | 0 | 0.0032594455 | |
| 12177103 | 4 years ago | | | 0 | 0.0045886740 | |
| 12034710 | 4 years ago | | | 0 | 0.0057095310 | |
| 11971174 | 4 years ago | | | 0 | 0.0048205815 | |
| 11906423 | 4 years ago | | | 0 | 0.0049503979 |
ABI
ABI objects
Getter at block 21171073
decimals() view returns (uint8)
8
name() view returns (string)
Fr8 Network
paused() view returns (bool)
false
symbol() view returns (string)
FR8
totalSupply() view returns (uint256)
50000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
isSigner(address account) view returns (bool)
State-modifying
Events addPauser(address account)
addSigner(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
reclaimToken(address _token)
renouncePauser()
renounceSigner()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
fallback()
This contract contains no error objects.