Closed Viterbo closed 5 days ago
Name | Link |
---|---|
Latest commit | f2fcb1d468d1ceeb939f70875ed957f6cc2fc6e6 |
Latest deploy log | https://app.netlify.com/sites/testnet-teloscan/deploys/673e31416220830008e8e0bd |
Deploy Preview | https://deploy-preview-872--testnet-teloscan.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | f2fcb1d468d1ceeb939f70875ed957f6cc2fc6e6 |
Latest deploy log | https://app.netlify.com/sites/teloscan-stage/deploys/673e31413fd4df0008985456 |
Deploy Preview | https://deploy-preview-872--teloscan-stage.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | f2fcb1d468d1ceeb939f70875ed957f6cc2fc6e6 |
Latest deploy log | https://app.netlify.com/sites/dev-mainnet-teloscan/deploys/673e31417f4e950008d981f8 |
Deploy Preview | https://deploy-preview-872--dev-mainnet-teloscan.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
A small detail here is that in the example you link all of these parameters are part of the tuple but the last one seems to be indented a little bit more than the others. https://deploy-preview-872--dev-mainnet-teloscan.netlify.app/address/0xc5F13247b1a2547Fd0f6C7696695cDFeB003027c?tab=contract&subtab=write
Fixes #824
Description
Until now, the only way to input tuple parameters was through the
TupleStructInput
component, which is a simple input, and the user has to deal with the complexity of the specific format for each case. Now, usingTupleStruct
the user can navigate through the complexity of the value structure and fill each property input with a simple value.Tests Scenarios
Go to the Write section of this contract to test some tuple functions https://deploy-preview-872--dev-mainnet-teloscan.netlify.app/address/0xc5F13247b1a2547Fd0f6C7696695cDFeB003027c?tab=contract&subtab=write