Frozencoin Network
Verified contract
Active on
Ethereum with 9,056 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.41)
Native
Value
$6.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,206.60 |
$6.41 | |
Fzcoin | ERC-20 | 6.877837M | -- | -- | |
MCQ | ERC-20 | 501 | -- | -- | |
ICT | ERC-20 | 65 | -- | -- | |
SE | ERC-20 | 30 | -- | -- | |
1MICE | ERC-20 | 0.00001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12156434 | 4 years ago | | | 0 | 0.0061190400 | |
| 12146216 | 4 years ago | | | 0 | 0.0085190400 | |
| 12144869 | 4 years ago | | | 0 | 0.0069217200 | |
| 12095117 | 4 years ago | | | 0 | 0.0063878400 | |
| 12085617 | 4 years ago | | | 0 | 0.0095839200 | |
| 12053898 | 4 years ago | | | 0 | 0.0095817600 | |
| 12053091 | 4 years ago | | | 0 | 0.0095817600 | |
| 11442964 | 4 years ago | | | 0 | 0.00057330005 | |
| 11382818 | 4 years ago | | | 0 | 0.0053256000 | |
| 11381554 | 4 years ago | | | 0 | 0.0053232000 |
ABI
ABI objects
Getter at block 21161618
airdropCount() view returns (uint256)
40000
airdropCountLimit1() view returns (uint256)
20000
airdropCountLimit2() view returns (uint256)
20000
airdropNum1() view returns (uint256)
30000000000000000000
airdropNum2() view returns (uint256)
15000000000000000000
airdropSupply() view returns (uint256)
7777777000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Frozencoin Network
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Fzcoin
totalSupply() view returns (uint256)
77777777000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.