Filecoin Standard Token
Verified contract
Active on
Ethereum with 1,440 txns
Balances ($0.00)
No balances found for "Filecoin Standard Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069749 | 13 days ago | | | 0 | 0.00015258960 | |
| 20997743 | 23 days ago | | | 0 | 0.00050121935 | |
| 20868472 | a month ago | | | 0 | 0.0013160215 | |
| 20352289 | 4 months ago | | | 0 | 0.00014468989 | |
| 20332827 | 4 months ago | | | 0 | 0.00046767376 | |
| 20260977 | 4 months ago | | | 0 | 0.00023174221 | |
| 20233971 | 4 months ago | | | 0 | 0.00070669605 | |
| 20202407 | 4 months ago | | | 0 | 0.000075065709 | |
| 20033201 | 5 months ago | | | 0 | 0.0011488785 | |
| 19915092 | 6 months ago | | | 0 | 0.00068577199 |
ABI
ABI objects
Getter at block 21160417
decimals() view returns (uint8)
18
name() view returns (string)
Filecoin Standard Token
owner() view returns (address)
0x557edaafd875569f0bd6abae1185c17fd5a30ba0
poster() view returns (address)
0xcd429f23088b3fa4aabff61dd5f9e534793f9944
symbol() view returns (string)
FILST
totalSupply() view returns (uint256)
1959936000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setPoster(address _poster)
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)
PosterChanged(address originalPoster, address newPoster)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.