KineExchangeTreasury
Verified contract
Active on
Ethereum with 1,366 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x89ce…5867
Balances ($158,513.37)
Native
Value
$142.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.039936 | $3,560.95 |
$142.21 | |
USDT | ERC-20 | 154.528833K | $1.00 |
$154,528.83 | |
USDC | ERC-20 | 2.519424K | $1.00 |
$2,519.42 | |
KINE | ERC-20 | 118.7942K | $0.011136 |
$1,322.91 | |
kUSD | ERC-20 | 3.890211K | -- | -- | |
TetherClaims.com | ERC-20 | 800 | -- | -- | |
0xe4a5…044a | ERC-1555 | 1 | -- | -- | |
CRI | ERC-20 | 0.026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20657060 | 3 months ago | | | 0 | 0.000086238852 | |
| 20657032 | 3 months ago | | | 0 | 0.000034157642 | |
| 20656953 | 3 months ago | | | 0.028655 | 0.000048352715 | |
| 20656890 | 3 months ago | | | 0.0112811 | 0.000052339090 | |
| 20509774 | 4 months ago | | | 0 | 0.000087893869 | |
| 20222978 | 5 months ago | | | 0 | 0.00033293119 | |
| 20222971 | 5 months ago | | | 0 | 0.00032823823 | |
| 20219801 | 5 months ago | | | 0 | 0.00030280152 | |
| 20219766 | 5 months ago | | | 0 | 0.00077433660 | |
| 20219763 | 5 months ago | | | 0 | 0.00074981080 |
ABI
ABI objects
Getter at block 21287696
counterParty() view returns (address)
0x89ce46d3a617f9cf1a060974fe6669ef36ca5867
isOwner() view returns (bool)
false
operator() view returns (address)
0x2b6f908bf9082ad39adb27c04e88adfec8f58110
owner() view returns (address)
0xa6e17ae4b683ed2ee7cb7414a92bd8316f330191
paused() view returns (bool)
false
truthHolder() view returns (address)
0x40db09fe393334a7a8f562a438e501048e120d08
Read-only
claimHistory(uint256) view returns (uint256)
source(bytes message, bytes signature) pure returns (address)
supportCurrency(address) view returns (bool)
State-modifying
Events _addCurrency(address currency)
_changeTruthHolder(address newTruthHolder)
_pause()
_removeCurrency(address currency)
_setCounterParty(address newCounterParty)
_setOperator(address newOperator)
_unpause()
claim(bytes message, bytes signature)
renounceOwnership()
transferOwnership(address newOwner)
transferToCounterParty(bool isETH, address currency, uint256 amount)
AddCurrency(address indexed currency)
Claimed(uint256 indexed id, address indexed to, bool isETH, address currency, uint256 amount, uint256 deadline)
NewCounterParty(address oldCounterParty, address newCounterParty)
NewOperator(address oldOperator, address newOperator)
NewTruthHolder(address oldTruthHolder, address newTruthHolder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
ReceiveEther(uint256 amount)
RemoveCurrency(address indexed currency)
TransferToCounterParty(bool isETH, address currency, uint256 amount)
Unpaused()
constructor(address truthHolder_, address operator_, address counterParty_)
fallback()
This contract contains no error objects.