Skip to content

Commit

Permalink
🚀 optimism: deploy airdrop contract
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jul 25, 2023
1 parent 1387e2c commit a1b3de9
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-lions-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@exactly/protocol": patch
---

🚀 optimism: deploy airdrop contract
72 changes: 72 additions & 0 deletions .openzeppelin/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
"address": "0x1e925De1c68ef83bD98eE3E130eF14a50309C01B",
"txHash": "0xc4c7019b2593b9d03cc98d3d1e683499b4ac1950f54751af9baed025db0d1717",
"kind": "transparent"
},
{
"address": "0x3cEcEa7Ef91b6F6d3760f6b5845c3332dC00a420",
"txHash": "0x9f623fddd14c28dc938db763e5dbf8a26d51604b2ce5fb778f43a8b0b023e5c6",
"kind": "transparent"
}
],
"impls": {
Expand Down Expand Up @@ -8073,6 +8078,73 @@
}
}
}
},
"0xA00E0bac10e4019765235aE0a4D882849E8367DA": {
"address": "0xA00E0bac10e4019765235aE0a4D882849E8367DA",
"layout": {
"solcVersion": "0.8.17",
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
},
{
"label": "claimed",
"offset": 0,
"slot": "1",
"type": "t_mapping(t_address,t_bool)",
"contract": "Airdrop",
"src": "contracts/periphery/Airdrop.sol:19"
},
{
"label": "streams",
"offset": 0,
"slot": "2",
"type": "t_mapping(t_address,t_uint256)",
"contract": "Airdrop",
"src": "contracts/periphery/Airdrop.sol:20"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_mapping(t_address,t_bool)": {
"label": "mapping(address => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_uint256)": {
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
}
}
}
}
}
327 changes: 327 additions & 0 deletions deployments/optimism/Airdrop.json

Large diffs are not rendered by default.

308 changes: 308 additions & 0 deletions deployments/optimism/Airdrop_Implementation.json

Large diffs are not rendered by default.

176 changes: 176 additions & 0 deletions deployments/optimism/Airdrop_Proxy.json

Large diffs are not rendered by default.

0 comments on commit a1b3de9

Please sign in to comment.