TrueHKD
Verified contract
Proxy
Active on
Ethereum with 48,645 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
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) |
---|---|---|---|---|---|---|---|
| 20510854 | 3 months ago | | | 0 | 0.000057189322 | |
| 19828418 | 6 months ago | | | 0 | 0.00024817780 | |
| 18329215 | a year ago | | | 0 | 0.00055138396 | |
| 17628863 | a year ago | | | 0 | 0.0021136802 | |
| 17628374 | a year ago | | | 0 | 0.0023187461 | |
| 17183214 | 2 years ago | | | 0 | 0.0024835367 | |
| 17183210 | 2 years ago | | | 0 | 0.0024184708 | |
| 17183207 | 2 years ago | | | 0 | 0.0025405759 | |
| 16871142 | 2 years ago | | | 0 | 0.0013342054 | |
| 16835114 | 2 years ago | | | 0 | 0.0013421298 |
ABI
ABI objects
Getter at block 21249247
implementation() view returns (address impl)
0x9c1a48a8a9bd4345dcc16d65f96f20417a7daace
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x0000107d120000e00095cf06b787a0a900b1f8bd
burnMax() view returns (uint256)
1000000000000000000000000000
burnMin() view returns (uint256)
5000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
TrueHKD
owner() view returns (address)
0x0000107d120000e00095cf06b787a0a900b1f8bd
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
remainingGasRefundPool() view returns (uint256 length)
226316
remainingSheepRefundPool() view returns (uint256 length)
57484
rounding() pure returns (uint8)
2
symbol() pure returns (string)
THKD
totalSupply() view returns (uint256)
2482418540000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canBurn(address) view returns (bool)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
reclaimEther(address _to)
reclaimToken(address token, address _to)
refundGas(uint256 amount)
setBlacklisted(address account, bool _isBlacklisted)
setBurnBounds(uint256 _min, uint256 _max)
setCanBurn(address account, bool _canBurn)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account, bool isBlacklisted)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBurnBounds(uint256 newMin, uint256 newMax)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.