Skip to content

Commit

Permalink
Upgraded SwapTokensAndStakeDev on Polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Jun 28, 2024
1 parent 8a07dd7 commit dfec51a
Showing 1 changed file with 198 additions and 0 deletions.
198 changes: 198 additions & 0 deletions .openzeppelin/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,204 @@
}
}
}
},
"0f1028d1f3069af76374e46c9be70ae119660c184fb62e4d98e7f801d0eda088": {
"address": "0xc08b80F75b9ae4472F449718195e2893a9A7237d",
"txHash": "0x5dbaf8a452b2ca9e4ab699475affa1e8a3a5315cd5342e2379f28e063bb65d02",
"layout": {
"solcVersion": "0.8.7",
"storage": [
{
"label": "_gatewayFees",
"offset": 0,
"slot": "0",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))",
"contract": "Escrow",
"src": "contracts/Escrow.sol:10"
},
{
"label": "_initialized",
"offset": 0,
"slot": "1",
"type": "t_uint8",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "1",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
},
{
"label": "devAddress",
"offset": 2,
"slot": "1",
"type": "t_address",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:27"
},
{
"label": "lockupAddress",
"offset": 0,
"slot": "2",
"type": "t_address",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:28"
},
{
"label": "sTokensAddress",
"offset": 0,
"slot": "3",
"type": "t_address",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:29"
},
{
"label": "gatewayOf",
"offset": 0,
"slot": "4",
"type": "t_mapping(t_address,t_struct(Amounts)5317_storage)",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:36"
},
{
"label": "_roles",
"offset": 0,
"slot": "5",
"type": "t_mapping(t_bytes32,t_struct(AddressSet)965_storage)",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:37"
},
{
"label": "owner",
"offset": 0,
"slot": "6",
"type": "t_address",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:38"
},
{
"label": "ecosystemFee",
"offset": 0,
"slot": "7",
"type": "t_uint256",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:39"
},
{
"label": "ecosystemFeeThreshold",
"offset": 0,
"slot": "8",
"type": "t_uint256",
"contract": "SwapTokensAndStakeDev",
"src": "contracts/SwapTokensAndStakeDev.sol:40"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_bytes32)dyn_storage": {
"label": "bytes32[]",
"numberOfBytes": "32"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_bytes32": {
"label": "bytes32",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_mapping(t_address,t_uint256))": {
"label": "mapping(address => mapping(address => uint256))",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_struct(Amounts)5317_storage)": {
"label": "mapping(address => struct SwapTokensAndStakeDev.Amounts)",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_uint256)": {
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(AddressSet)965_storage)": {
"label": "mapping(bytes32 => struct EnumerableSetUpgradeable.AddressSet)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_uint256)": {
"label": "mapping(bytes32 => uint256)",
"numberOfBytes": "32"
},
"t_struct(AddressSet)965_storage": {
"label": "struct EnumerableSetUpgradeable.AddressSet",
"members": [
{
"label": "_inner",
"type": "t_struct(Set)650_storage",
"offset": 0,
"slot": "0"
}
],
"numberOfBytes": "64"
},
"t_struct(Amounts)5317_storage": {
"label": "struct SwapTokensAndStakeDev.Amounts",
"members": [
{
"label": "token",
"type": "t_address",
"offset": 0,
"slot": "0"
},
{
"label": "input",
"type": "t_uint256",
"offset": 0,
"slot": "1"
},
{
"label": "fee",
"type": "t_uint256",
"offset": 0,
"slot": "2"
}
],
"numberOfBytes": "96"
},
"t_struct(Set)650_storage": {
"label": "struct EnumerableSetUpgradeable.Set",
"members": [
{
"label": "_values",
"type": "t_array(t_bytes32)dyn_storage",
"offset": 0,
"slot": "0"
},
{
"label": "_indexes",
"type": "t_mapping(t_bytes32,t_uint256)",
"offset": 0,
"slot": "1"
}
],
"numberOfBytes": "64"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
}
}
}
}
}

0 comments on commit dfec51a

Please sign in to comment.