DetherCore
Verified contract
Active on
Ethereum with 2,125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7220…f955
0xa1fa…c0ec
0x5adc…b190
0xa824…5043
0xb470…afbf
7 additional
variables
Balances ($0.00)
No balances found for "DetherCore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6179586 | 6 years ago | | | 0.01 | 0.000053533000 | |
| 6104436 | 6 years ago | | | 0 | 0.0028822000 | |
| 6104427 | 6 years ago | | | 0 | 0.0028822000 | |
| 6104426 | 6 years ago | | | 0 | 0.0028822000 | |
| 6104424 | 6 years ago | | | 0 | 0.0028822000 | |
| 6104422 | 6 years ago | | | 0 | 0.0010111200 | |
| 6104420 | 6 years ago | | | 0 | 0.0028822000 | |
| 6104418 | 6 years ago | | | 0 | 0.0028809200 | |
| 6104417 | 6 years ago | | | 0 | 0.0028822000 | |
| 6104412 | 6 years ago | | | 0 | 0.0028822000 |
ABI
ABI objects
Getter at block 21160234
bank() view returns (address)
0xa82422731d00d935ed29c719f2f41f1794665043
ceoAddress() view returns (address)
0x2c0da9671c8021e48da17ac3fabc680d6839f3cf
cfoAddress() view returns (address)
0x83290383ad087ca79fe13c251949b2964f5ba5da
cmoAddress() view returns (address)
0x2c0da9671c8021e48da17ac3fabc680d6839f3cf
csoAddress() view returns (address)
0x83290383ad087ca79fe13c251949b2964f5ba5da
dth() view returns (address)
0x5adc961d6ac3f7062d2ea45fefb8d8167d44b190
getAllShops() view returns (address[])
[]
getAllTellers() view returns (address[])
[0xe62815bb3B1E352D297B1E7D6150a60AB8E87565]
kycCertifier() view returns (address)
0xa1faf2488dc9c1d4f53b305095e30d9449a9c0ec
paused() view returns (bool)
false
priceOracle() view returns (address)
0xb470c68da067f4010d87aa9af1d8194dcf66afbf
run1() view returns (bool)
true
run2() view returns (bool)
true
smsCertifier() view returns (address)
0x7220e734c524e8938a1553ae18e3c68aec8bf955
Read-only
getLoyaltyPoints(address who) view returns (uint256)
getPairSellLoyaltyPerc(address _from, address _to) view returns (uint256)
getReput(address _teller) view returns (uint256 buyVolume, uint256 sellVolume, uint256 numTrade, uint256 loyaltyPoints_)
getSellDailyLimit(uint256 _tier, bytes2 _countryId) view returns (uint256 limitUsd)
getShop(address _shop) view returns (int32 lat, int32 lng, bytes2 countryId, bytes16 postalCode, bytes16 cat, bytes16 name, bytes32 description, bytes16 opening)
getStakedShop(address _shop) view returns (uint256)
getStakedTeller(address _teller) view returns (uint256)
getTeller(address _teller) view returns (int32 lat, int32 lng, bytes2 countryId, bytes16 postalCode, int8 currencyId, bytes16 messenger, int8 avatarId, int16 rates, uint256 balance, bool online, bool buyer, int16 buyRates)
getTellerBalance(address _teller) view returns (uint256)
getZoneShop(bytes2 _country, bytes16 _postalcode) view returns (address[])
getZoneTeller(bytes2 _country, bytes16 _postalcode) view returns (address[])
isShop(address _shop) view returns (bool)
isTeller(address _teller) view returns (bool)
isTier1(address _user) view returns (bool)
isTier2(address _user) view returns (bool)
licenceShop(bytes2) view returns (uint256)
licenceTeller(bytes2) view returns (uint256)
openedCountryShop(bytes2) view returns (bool)
openedCountryTeller(bytes2) view returns (bool)
shopIndex(uint256) view returns (address)
shopModerators(address) view returns (bool)
tellerIndex(uint256) view returns (address)
tellerModerators(address) view returns (bool)
State-modifying
Events addFunds() payable
closeZoneShop(bytes2 _country)
closeZoneTeller(bytes2 _country)
deleteShop()
deleteShopMods(address _toDelete)
deleteTeller()
deleteTellerMods(address _toDelete)
initContract(address _dth, address _bank)
openZoneShop(bytes2 _country)
openZoneTeller(bytes2 _country)
pause()
removeShopModerator(address _moderator)
removeTellerModerator(address _moderator)
sellEth(address _to, uint256 _amount)
setCEO(address _newCEO)
setCFO(address _newCFO)
setCMO(address _newCMO)
setCSO(address _newCSO)
setKycCertifier(address _kycCertifier)
setLicenceShopPrice(bytes2 country, uint256 price)
setLicenceTellerPrice(bytes2 country, uint256 price)
setPriceOracle(address _priceOracle)
setSellDailyLimit(uint256 _tier, bytes2 _countryId, uint256 _limitUsd)
setShopModerator(address _moderator)
setSmsCertifier(address _smsCertifier)
setTellerModerator(address _moderator)
switchStatus(bool _status)
tokenFallback(address _from, uint256 _value, bytes _data)
transferBankOwnership(address _newbankowner)
unpause()
updateTeller(int8 currencyId, bytes16 messenger, int8 avatarId, int16 rates, bool online) payable
ContractUpgrade(address newContract)
DeleteShop(address shopAddress)
DeleteShopModerator(address indexed moderator, address shopAddress)
DeleteTeller(address indexed tellerAddress)
DeleteTellerModerator(address indexed moderator, address tellerAddress)
RegisterShop(address shopAddress)
RegisterTeller(address indexed tellerAddress)
Sent(address indexed _from, address indexed _to, uint256 amount)
UpdateTeller(address indexed tellerAddress)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.