FoldingRegistryV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "FoldingRegistryV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FoldingRegistryV2"
ABI
ABI objects
Getter at block 20849403
fodlNFT() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
version() pure returns (uint8)
2
Read-only
accountOwner(address account) view returns (address)
getCToken(address platform, address token) view returns (address cToken)
getExchangerAdapter(bytes1 flag) view returns (address adapter)
getImplementation(bytes4 _sig) view returns (address implementation)
getPlatformAdapter(address platform) view returns (address adapter)
State-modifying
Events addBatchPlatformsWithAdapter(address[] platforms, address adapter)
addCTokenOnPlatform(address platform, address token, address synthToken)
addExchangerWithAdapter(bytes1 flag, address adapter)
addImplementation(address _implementation, bytes4[] _sigs)
addPlatformWithAdapter(address platform, address adapter)
changeExchangerAdapter(bytes1 flag, address newAdapter)
changePlatformAdapter(address platform, address newAdapter)
createAccount() returns (address)
initialize(address fodlNFT_)
removeCTokenFromPlatform(address platform, address token)
removeExchanger(bytes1 flag)
removeImplementation(bytes4[] sigs)
removePlatform(address platform)
renounceOwnership()
setNFT(address fodlNFTV2_)
transferOwnership(address newOwner)
ExchangerAdapterLinkUpdated(bytes1 flag, address adapter)
ImplementationAdded(address implementation, bytes4[] signatures)
ImplementationRemoved(bytes4[] signatures)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlatformAdapterLinkUpdated(address platform, address adapter)
TokenOnPlatformUpdated(address platform, address token, address syntheticToken)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.