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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256514 | 2 days ago | | | 0 | 0.00038050927 | |
| 21251741 | 3 days ago | | | 0 | 0.00087763067 | |
| 21237398 | 5 days ago | | | 0 | 0.00078788621 | |
| 21230239 | 6 days ago | | | 0 | 0.0010215881 | |
| 21219489 | 7 days ago | | | 0 | 0.00038174037 | |
| 21189756 | 11 days ago | | | 0 | 0.0010079597 | |
| 21171703 | 14 days ago | | | 0 | 0.0010067020 | |
| 21168126 | 14 days ago | | | 0 | 0.0011704125 | |
| 21161423 | 15 days ago | | | 0 | 0.00056744045 | |
| 21160959 | 15 days ago | | | 0 | 0.00057866181 |
ABI
ABI objects
Getter at block 21270981
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Hycon
owner() view returns (address)
0xcb4b6511f9a1db43b8c0eb0e4c99ac7235f34e99
paused() view returns (bool)
false
symbol() view returns (string)
HYC
totalSupply() view returns (uint256)
1000005000010000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.