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 |
---|---|---|---|---|---|
HYCO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283925 | 16 hours ago | | | 0 | 0.00031367539 | |
| 21283080 | 19 hours ago | | | 0 | 0.00054704584 | |
| 21283078 | 19 hours ago | | | 0 | 0.00039215547 | |
| 21269079 | 3 days ago | | | 0 | 0.00044168122 | |
| 21269074 | 3 days ago | | | 0 | 0.00063817333 | |
| 21263962 | 3 days ago | | | 0 | 0.00072601359 | |
| 21263957 | 3 days ago | | | 0 | 0.00095919576 | |
| 21262591 | 4 days ago | | | 0 | 0.00023552890 | |
| 21262588 | 4 days ago | | | 0 | 0.00050026265 | |
| 21262335 | 4 days ago | | | 0 | 0.00027514393 |
ABI
ABI objects
Getter at block 21288719 getConfirmer() view returns (address[]) getLockWallets() view returns (address[])
decimals() view returns (uint8)
18
name() view returns (string)
HYCO
owner() view returns (address)
0xd4c00a9f83cf4c749d06ac9b1de0640758f9910d
paused() view returns (bool)
false
symbol() view returns (string)
HYCO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_confirmers(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getConfirmed(address walletAddress) view returns (bool, uint256)
getLockInfo(address walletAddress) view returns (uint256 lockAmount, uint256 startTime, uint256 releaseMonths, uint256 released)
State-modifying
Events addConfirmer(address walletAddress)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeConfirmer(address walletAddress)
renounceOwnership()
setLock(address walletAddress, uint256 startTime, uint256 releaseMonths, uint256 amount)
setLockAmount(address walletAddress, uint256 amount)
setLockReleaseMonths(address walletAddress, uint256 releaseMonths)
setLockStartTime(address walletAddress, uint256 startTime)
toConfirm()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AddConfirmer(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
Confirmed(address account, uint256 confirmedTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveConfirmer(address account)
TimeLock(address indexed account, uint256 amount, uint256 startTime, uint256 releaseMonths)
TimeLockUpdate(address indexed account, uint256 valueIndex, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address confirmer1, address confirmer2)
This contract contains no fallback and receive objects.
This contract contains no error objects.