FREE CARRIER
Verified contract
Active on
Ethereum with 5,544 txns
Balances ($0.00)
No balances found for "FREE CARRIER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11005994 | 4 years ago | | | 0 | 0.0031813070 | |
| 10528128 | 4 years ago | | | 0 | 0.0034134170 | |
| 10528123 | 4 years ago | | | 0 | 0.0034123490 | |
| 10528118 | 4 years ago | | | 0 | 0.0034134170 | |
| 10374945 | 4 years ago | | | 0 | 0.00079359400 | |
| 10374098 | 4 years ago | | | 0 | 0.0019170500 | |
| 10374052 | 4 years ago | | | 0 | 0.0011652500 | |
| 10301370 | 4 years ago | | | 0 | 0.00079318600 | |
| 10301359 | 4 years ago | | | 0 | 0.0012648571 | |
| 10273816 | 4 years ago | | | 0 | 0.0026658500 |
ABI
ABI objects
Getter at block 21160511
admin() view returns (address)
0xc1c29a1889c1bbc248adff9f15bd29bcb53efc42
decimals() view returns (uint8)
18
name() view returns (string)
FREE CARRIER
owner() view returns (address)
0xc1c29a1889c1bbc248adff9f15bd29bcb53efc42
pausedOwnerAdmin() view returns (bool)
false
pausedPublic() view returns (bool)
false
symbol() view returns (string)
FCA
totalSupply() view returns (uint256)
990000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
changeAdmin(address newAdmin)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause(bool newPausedPublic, bool newPausedOwnerAdmin)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
AdminTransferred(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _burner, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseOwnerAdmin(bool newState)
PausePublic(bool newState)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _admin, uint256 _totalTokenAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.