InstanceRegistry
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 "InstanceRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "InstanceRegistry"
ABI
ABI objects
Getter at block 21189703
getAllInstanceAddresses() view returns (address[] result)
[]
getAllInstances() view returns (struct InstanceRegistryTornado[] result)
[]
governance() view returns (address)
0x5efda50f22d34f262c29268506c5fa42cb56a1ce
router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
bulkResolve(bytes32[] domains) view returns (address[] result)
getPoolToken(address instance) view returns (address)
instanceIds(uint256) view returns (address)
instances(address) view returns (bool isERC20, address token, uint8 state, uint24 uniswapPoolSwappingFee, uint32 protocolFeePercentage)
resolve(bytes32 node) view returns (address)
State-modifying
Events initialize(struct InstanceRegistryTornado[] _instances, bytes32 _router)
removeInstance(uint256 _instanceId)
setProtocolFee(address instance, uint32 newFee)
setTornadoRouter(address routerAddress)
updateInstance(struct InstanceRegistryTornado _tornado)
InstanceStateUpdated(address indexed instance, uint8 state)
RouterRegistered(address tornadoRouter)
constructor(address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.