Hundred Nation Coin
Verified contract
Active on
Ethereum with 311 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hundred Nation Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583508 | 2 years ago | | | 0 | 0.0015868684 | |
| 13465157 | 3 years ago | | | 0 | 0.0025399850 | |
| 10886142 | 4 years ago | | | 0 | 0.0088095313 | |
| 10319011 | 4 years ago | | | 0 | 0.00081984000 | |
| 9993743 | 5 years ago | | | 0 | 0.00076848000 | |
| 9990781 | 5 years ago | | | 0 | 0.00076896000 | |
| 9986733 | 5 years ago | | | 0 | 0.00046872000 | |
| 9986708 | 5 years ago | | | 0 | 0.00052901640 | |
| 9837844 | 5 years ago | | | 0 | 0.0010689600 | |
| 9825791 | 5 years ago | | | 0 | 0.00023436000 |
ABI
ABI objects
Getter at block 21229041
decimals() view returns (uint8)
18
name() view returns (string)
Hundred Nation Coin
owner() view returns (address)
0x9e973bc1465ba46dff50cb18f49f2a633e48a942
symbol() view returns (string)
HUND
totalSupply() view returns (uint256)
53000000000000000000000000
Read-only
OwnerfreezeOf(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events MakeOver(address _to)
OwnerFreeze(uint256 _value, address _to) returns (bool success)
OwnerUnfreeze(uint256 _value, address _to) returns (bool success)
Ownerburn(uint256 _value, address _to) returns (bool success)
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)
ownerBurn(address indexed from, uint256 value)
ownerFreeze(address indexed from, uint256 value)
ownerUnfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.