KORE Dai Stablecoin
Verified contract
Active on
Ethereum with 190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa866…399e
Balances ($0.00)
No balances found for "KORE Dai Stablecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16352108 | 2 years ago | | | 0 | 0.050193768 | |
| 16352097 | 2 years ago | | | 0 | 0.0087862380 | |
| 16264083 | 2 years ago | | | 0 | 0.0020400950 | |
| 13133631 | 3 years ago | | | 0 | 0.0036658251 | |
| 11980356 | 4 years ago | | | 0 | 0.0043321069 | |
| 11426381 | 4 years ago | | | 0 | 0.00086656800 | |
| 11251552 | 4 years ago | | | 0 | 0.0082734600 | |
| 11175495 | 4 years ago | | | 0 | 0.094819303 | |
| 11169791 | 4 years ago | | | 0 | 0.070295562 | |
| 11168628 | 4 years ago | | | 0 | 0.0088923120 |
ABI
ABI objects
Getter at block 21223488 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
KORE() view returns (address)
0xa866f0198208eb07c83081d5136be7f775c2399e
KOREMax() view returns (uint256)
10000
KOREMin() view returns (uint256)
50
available() view returns (uint256)
0
controller() view returns (address)
0x631c3bb94564dd20a247f4a712ef1da2a3d33e49
decimals() view returns (uint8)
18
enableKOREYield() view returns (bool)
true
governance() view returns (address)
0x903ac91a1a0da1c96830b4ea4ad60bbe42994678
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
KORE Dai Stablecoin
onesplit() view returns (address)
0x50fda034c0ce7a8f7efdaebda7aa7ca21cc1267e
onesplitParts() view returns (uint256)
1
onesplitSlippageMax() view returns (uint256)
10000
onesplitSlippageMin() view returns (uint256)
500
symbol() view returns (string)
kDAI
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalSupply() view returns (uint256)
4253104596451382950414
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setEnableKOREYield(bool _status)
setGovernance(address _governance)
setKOREBuyMin(uint256 _KOREMin)
setMin(uint256 _min)
setOneSplit(address _onesplit)
setOneSplitParts(uint256 _onesplitParts)
setOneSplitSlippageMin(uint256 _onesplitSlippageMin)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
withdrawKOREInCaseStuck()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.