AssetRegistry
Verified contract
Active on
Ethereum with 0 txns
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 "AssetRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AssetRegistry"
ABI
ABI objects
Getter at block 21390732
_src20Factory() view returns (address)
0x1953d641ad8b2d060cee858065c3883fe5cc7c2a
isOwner() view returns (bool)
false
owner() view returns (address)
0xc39bf343cfc1083497549d7f10468769becc79e4
Read-only
assetList(address) view returns (bytes32 kyaHash, string kyaUrl, uint256 netAssetValueUSD)
getKYA(address src20) view returns (bytes32, string)
getNetAssetValueUSD(address src20) view returns (uint256)
State-modifying
Events addAsset(address src20, bytes32 kyaHash, string kyaUrl, uint256 netAssetValueUSD) returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
updateKYA(address src20, bytes32 kyaHash, string kyaUrl) returns (bool)
updateNetAssetValueUSD(address src20, uint256 netAssetValueUSD) returns (bool)
AssetAdded(address indexed src20, bytes32 kyaHash, string kyaUrl, uint256 AssetValueUSD)
AssetKYAUpdated(address indexed src20, bytes32 kyaHash, string kyaUrl)
AssetNVAUSDUpdated(address indexed src20, uint256 AssetValueUSD)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address src20Factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.