Free-Chain Wallet
Verified contract
Active on
Ethereum with 7,431 txns
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 |
---|---|---|---|---|---|
FRCW | ERC-20 | 6.96K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7725007 | 6 years ago | | | 0 | 0.00022181400 | |
| 7698474 | 6 years ago | | | 0 | 0.000036969000 | |
| 7654673 | 6 years ago | | | 0 | 0.0022181400 | |
| 7603689 | 6 years ago | | | 0 | 0.00016090550 | |
| 7599652 | 6 years ago | | | 0 | 0.00023357250 | |
| 7597374 | 6 years ago | | | 0 | 0.00036905000 | |
| 7591876 | 6 years ago | | | 0 | 0.00036905000 | |
| 7591548 | 6 years ago | | | 0 | 0.00036905000 | |
| 7591444 | 6 years ago | | | 0 | 0.00036905000 | |
| 7591434 | 6 years ago | | | 0 | 0.00036905000 |
ABI
ABI objects
Getter at block 21289151
decimals() view returns (uint8)
18
name() view returns (string)
Free-Chain Wallet
owner() view returns (address)
0xe2660ebb8956802ada1cf05006c966989aaa4bfd
symbol() view returns (string)
FRCW
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
setLock(bool _lock)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.