Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Storage"
ABI
ABI objects
Getter at block 21181341
controllerAddress() view returns (address)
0x7e7424707e6ef1c6da1894e04b328cdf13e2505d
docCount() view returns (uint256)
0
getAllFiatTransactionsCount() view returns (uint256)
0
getAllGoldTransactionsCount() view returns (uint256)
0
getDocCount() view returns (uint256)
0
getRequestsCount() view returns (uint256)
0
hotWalletAddress() view returns (address)
0x82036e7e5a7f726639ab1bd6712c44e5dbb55e62
requestsCount() view returns (uint256)
0
Read-only
bytes32ToString(bytes32 x) view returns (string)
bytes64ToString(bytes32 x, bytes32 y) view returns (string)
getDocAsBytes64(uint256 _index) view returns (bytes32, bytes32)
getFiatTransaction(string _userId, uint256 _index) view returns (int256)
getFiatTransactionsCount(string _userId) view returns (uint256)
getGoldTransaction(string _userId, uint256 _index) view returns (int256)
getGoldTransactionsCount(string _userId) view returns (uint256)
getRequest(uint256 _index) view returns (address a, bytes32 userId, bytes32 hashA, bytes32 hashB, bool buy, uint8 state)
getUserFiatBalance(string _userId) view returns (uint256)
getUserHotGoldBalance(string _userId) view returns (uint256)
stringToBytes32(string s) view returns (bytes32)
stringToBytes64(string s) view returns (bytes32, bytes32)
State-modifying
Events addBuyTokensRequest(address _who, string _userId, string _requestHash) returns (uint256)
addDoc(string _ipfsDocLink) returns (uint256)
addFiatTransaction(string _userId, int256 _amountCents) returns (uint256)
addGoldTransaction(string _userId, int256 _amount) returns (uint256)
addSellTokensRequest(address _who, string _userId, string _requestHash) returns (uint256)
cancelRequest(uint256 _index)
setControllerAddress(address _newController)
setHotWalletAddress(address _address)
setRequestProcessed(uint256 _index)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.