We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDP examples:
Proxy calls: https://etherscan.io/address/0x12d20b3ef56a92f675b3a49d1ed6abe708ca3758#events
creation of proxy: https://etherscan.io/tx/0x13d5b939014c10f788e620c7cebf1b52f20104724aa3de5bd6b90c0b9baba505
Factory for CDP proxies: https://etherscan.io/address/0xa26e15c895efc0616177b7c1e7270a4c7d51c997#events
Transaction which started CDP and gives the CDP number in event log: https://etherscan.io/tx/0x4a3fa1cb06dffe0bf7b2d33bf16ea6ea3e92a6f0487bb8f2c369b87a0440ea13#eventlog
From the events we need to capture the DSProxy and add it as an address to the tokenscript file (subjective to each user)
The text was updated successfully, but these errors were encountered:
SmartLayer
bitcoinwarrior1
No branches or pull requests
CDP examples:
Proxy calls: https://etherscan.io/address/0x12d20b3ef56a92f675b3a49d1ed6abe708ca3758#events
creation of proxy: https://etherscan.io/tx/0x13d5b939014c10f788e620c7cebf1b52f20104724aa3de5bd6b90c0b9baba505
Factory for CDP proxies: https://etherscan.io/address/0xa26e15c895efc0616177b7c1e7270a4c7d51c997#events
Transaction which started CDP and gives the CDP number in event log:
https://etherscan.io/tx/0x4a3fa1cb06dffe0bf7b2d33bf16ea6ea3e92a6f0487bb8f2c369b87a0440ea13#eventlog
From the events we need to capture the DSProxy and add it as an address to the tokenscript file (subjective to each user)
The text was updated successfully, but these errors were encountered: