DataStorageProxy
Verified contract
Active on
Ethereum with 100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "DataStorageProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20324784 | 4 months ago | | | 0 | 0.00035792467 | |
| 20181942 | 5 months ago | | | 0 | 0.00033822530 | |
| 19780481 | 7 months ago | | | 0 | 0.00023060502 | |
| 19780479 | 7 months ago | | | 0 | 0.00023446908 | |
| 19773564 | 7 months ago | | | 0 | 0.00031748661 | |
| 19773407 | 7 months ago | | | 0 | 0.00026867035 | |
| 19730207 | 7 months ago | | | 0 | 0.00027438211 | |
| 19730194 | 7 months ago | | | 0 | 0.00028301285 | |
| 19680888 | 7 months ago | | | 0 | 0.00056611209 | |
| 19680642 | 7 months ago | | | 0 | 0.00048970816 |
ABI
ABI objects
Getter at block 21226789
getBlocksquareAddress() view returns (address)
0xd09671619223b505418fbf63d180ccce52e2255d
getBlocksquareFee() view returns (uint256)
5
getCertifiedPartnerFee() view returns (uint256)
5
getCertifiedPartnersAddress() view returns (address)
0x8dbb99cc3721f5c9cc7c9e92db260813cf78cdd3
getGovernmentAddress() view returns (address)
0x0000000000000000000000000000000000000000
getLicencedIssuerFee() view returns (uint256)
5
getOceanPointContract() view returns (address)
0x13299657e662894b933bb3ee73f7f8da94b55451
getPropertiesFactoryAddress() view returns (address)
0x1ae91a263a690bf2129cf0b3acac92bbb67e6685
getRolesAddress() view returns (address)
0xcddd81a19cfd74281c7c5f83415e195b44953ec4
getSpecialWallet() view returns (address)
0xdaf5b91755600466d97fc94e520ba31536b6a22c
getUsersAddress() view returns (address)
0x13344d0cb96b17df81c4171ce47e14ff6c1975f7
isSystemFrozen() view returns (bool)
false
owner() view returns (address)
0xd09671619223b505418fbf63d180ccce52e2255d
Read-only
canDistributeRent(address cpWallet) view returns (bool)
canEditProperty(address wallet, address property) view returns (bool)
canTransferPropTokensTo(address wallet, address property) view returns (bool)
getCPOfProperty(address prop) view returns (address)
hasSystemAdminRights(address sender) view returns (bool)
isCPAdminOfProperty(address admin, address property) view returns (bool)
isCPFrozen(address cp) view returns (bool)
isCertifiedPartner(address addr) view returns (bool)
isContractWhitelisted(address cont) view returns (bool)
isPropTokenFrozen(address property) view returns (bool)
State-modifying
Events addPropertyToCP(address prop, address cp)
changeBlocksquareAddress(address blocksquare)
changeCertifiedPartners(address certifiedPartners)
changeFactory(address factory)
changeFees(uint256 licencedIssuerFee, uint256 blocksquareFee, uint256 certifiedPartnerFee)
changeGovernmentContract(address government)
changeOceanPointContract(address oceanPoint)
changePropertyToCP(address prop, address cp)
changeRoles(address roles)
changeSpecialWallet(address specialWallet)
changeUsers(address users)
changeWhitelistedContract(address contr, bool isWhitelisted)
freezeCP(address cp)
freezeProperty(address prop)
freezeSystem()
renounceOwnership()
transferOwnership(address newOwner)
unfreezeCP(address cp)
unfreezeProperty(address prop)
unfreezeSystem()
FreezeProperty(address property, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferPropertyToCP(address property, address CP)
constructor(address roles, address CP, address users, address specialWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.