USDK
Verified contract
Proxy
Active on
Ethereum with 14,536 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
USDK | ERC-20 | 129.0742 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155790 | 13 days ago | | | 0 | 0.00060512252 | |
| 21119455 | 18 days ago | | | 0 | 0.000076486538 | |
| 20960539 | a month ago | | | 0 | 0.00052301773 | |
| 20923883 | a month ago | | | 0 | 0.0018806550 | |
| 20708910 | 2 months ago | | | 0 | 0.00023748020 | |
| 20674716 | 3 months ago | | | 0 | 0.000044680225 | |
| 20523520 | 3 months ago | | | 0 | 0.000055692604 | |
| 20475437 | 4 months ago | | | 0 | 0.00010571846 | |
| 20402232 | 4 months ago | | | 0 | 0.00012287365 | |
| 20322310 | 4 months ago | | | 0 | 0.00021159497 |
ABI
ABI objects
Getter at block 21250002
implementation() view returns (address impl)
0x5680061f983b4f325dd1476e8317120b46e1f1c4
proxyOwner() view returns (address owner)
0x9ca76a6e87e2d07caaa539533257e1b132dcb076
decimals() view returns (uint8)
18
lawEnforcementRole() view returns (address)
0x47eb32dea1ab1436187939fa72d6d5ff884a87da
name() view returns (string)
USDK
owner() view returns (address)
0x46dec2f9093221acab7a806f536f783fea6bda32
paused() view returns (bool)
false
supplyController() view returns (address)
0xe983845a04c681a295dd9ce1fa8c2c8505932da3
symbol() view returns (string)
USDK
totalSupply() view returns (uint256)
488711000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
isFrozen(address _addr) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
upgradeToAndCall(address implementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseSupply(uint256 _value) returns (bool success)
freeze(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseSupply(uint256 _value) returns (bool success)
initialize()
pause()
setLawEnforcementRole(address _newLawEnforcementRole)
setSupplyController(address _newSupplyController)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreeze(address _addr)
unpause()
wipeFrozenAddress(address _addr)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
AddressFrozen(address indexed addr)
AddressUnfrozen(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenAddressWiped(address indexed addr)
LawEnforcementRoleSet(address indexed oldLawEnforcementRole, address indexed newLawEnforcementRole)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
SupplyControllerSet(address indexed oldSupplyController, address indexed newSupplyController)
SupplyDecreased(address indexed from, uint256 value)
SupplyIncreased(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.