HKD Mapped Token
Verified contract
Proxy
Active on
Ethereum with 2,322 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "HKD Mapped Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293502 | 2 days ago | | | 0 | 0.00079627200 | |
| 21292856 | 2 days ago | | | 0 | 0.00037349145 | |
| 21292498 | 2 days ago | | | 0 | 0.00036649329 | |
| 21292110 | 2 days ago | | | 0 | 0.00031922487 | |
| 21291814 | 2 days ago | | | 0 | 0.00042997827 | |
| 21291182 | 2 days ago | | | 0 | 0.00030173219 | |
| 21291182 | 2 days ago | | | 0 | 0.00030173219 | |
| 21291182 | 2 days ago | | | 0 | 0.00030173219 | |
| 21291182 | 2 days ago | | | 0 | 0.00030173219 | |
| 21291182 | 2 days ago | | | 0 | 0.00030173219 |
ABI
ABI objects
Getter at block 21305315
admin() view returns (address adm)
0x3d79cd86e9de4f91496ca4b69a58fd62c62e87b5
beacon() view returns (address beacon_)
0x98fcf1607f70e49c1fea06d1228fc0c496ef480d
implementation() view returns (address implementation_)
0x3d321a011824c065957133f52ebd51eb0baab480
decimals() view returns (uint8)
6
name() view returns (string)
HKD Mapped Token
owner() view returns (address)
0x3d79cd86e9de4f91496ca4b69a58fd62c62e87b5
symbol() view returns (string)
HKDM
totalSupply() view returns (uint256)
2000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
State-modifying
Events changeAdmin(address newAdmin)
upgradeBeaconTo(address newBeacon)
approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimal_, uint256 amount)
mint(uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address account)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed account)
constructor(address beacon, bytes data)
fallback()
receive()
This contract contains no error objects.