DetherCore
Verified contract
Active on
Ethereum with 2,738 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9e28…1476
0x2f22…373c
0x5adc…b190
0x78a4…d1ea
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) |
---|---|---|---|---|---|---|---|
| 9190645 | 5 years ago | | | 0 | 0.00036975000 | |
| 9006583 | 5 years ago | | | 0 | 0.00035377000 | |
| 8959061 | 5 years ago | | | 0 | 0.000067695000 | |
| 8959061 | 5 years ago | | | 0 | 0.000067695000 | |
| 8959059 | 5 years ago | | | 0 | 0.000067250000 | |
| 8923485 | 5 years ago | | | 0 | 0.00035377000 | |
| 8878864 | 5 years ago | | | 0 | 0.00049527800 | |
| 8842416 | 5 years ago | | | 0 | 0.00063678600 | |
| 8826873 | 5 years ago | | | 0.01 | 0.00038530800 | |
| 8820318 | 5 years ago | | | 0 | 0.00035377000 |
ABI
ABI objects
Getter at block 21204387 getAllShops() view returns (address[]) getAllTellers() view returns (address[])
bank() view returns (address)
0x78a450cc4252d2108233d750b7d07e849f02d1ea
ceoAddress() view returns (address)
0xb8e0931722b9f0e971dcdc498dfafcb40406d6ab
cfoAddress() view returns (address)
0x83290383ad087ca79fe13c251949b2964f5ba5da
cmoAddress() view returns (address)
0x83290383ad087ca79fe13c251949b2964f5ba5da
csoAddress() view returns (address)
0xb8e0931722b9f0e971dcdc498dfafcb40406d6ab
dth() view returns (address)
0x5adc961d6ac3f7062d2ea45fefb8d8167d44b190
kycCertifier() view returns (address)
0x2f22308a82f9f2037e32436465d450af1c69373c
paused() view returns (bool)
false
priceOracle() view returns (address)
0xb470c68da067f4010d87aa9af1d8194dcf66afbf
run1() view returns (bool)
true
run2() view returns (bool)
true
smsCertifier() view returns (address)
0x9e282120e0820787085fd9914c6f36cc73631476
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
AddFunds(address indexed tellerAddress, uint256 amount)
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.