2020-12-08 16:42:31 +00:00
|
|
|
{"contracts":{"a.sol":{"A":{"evm":{"bytecode":{"generatedSources":[],"object":"<BYTECODE REMOVED>"},"deployedBytecode":{"generatedSources":[{"ast":{"nodeType":"YulBlock","src":"0:2886:1","statements":[{"body":{"nodeType":"YulBlock","src":"126:520:1","statements":[{"nodeType":"YulAssignment","src":"136:89:1","value":{"arguments":[{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"217:6:1"}],"functionName":{"name":"array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr","nodeType":"YulIdentifier","src":"160:56:1"},"nodeType":"YulFunctionCall","src":"160:64:1"}],"functionName":{"name":"allocateMemory","nodeType":"YulIdentifier","src":"145:14:1"},"nodeType":"YulFunctionCall","src":"145:80:1"},"variableNames":[{"name":"array","nodeType":"YulIdentifier","src":"136:5:1"}]},{"nodeType":"YulVariableDeclaration","src":"234:16:1","value":{"name":"array","nodeType":"YulIdentifier","src":"245:5:1"},"variables":[{"name":"dst","nodeType":"YulTypedName","src":"238:3:1","type":""}]},{"expression":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"266:5:1"},{"name":"length","nodeType":"YulIdentifier","src":"273:6:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"259:6:1"},"nodeType":"YulFunctionCall","src":"259:21:1"},"nodeType":"YulExpressionStatement","src":"259:21:1"},{"nodeType":"YulAssignment","src":"281:23:1","value":{"arguments":[{"name":"array","nodeType":"YulIdentifier","src":"292:5:1"},{"kind":"number","nodeType":"YulLiteral","src":"299:4:1","type":"","value":"0x20"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"288:3:1"},"nodeType":"YulFunctionCall","src":"288:16:1"},"variableNames":[{"name":"dst","nodeType":"YulIdentifier","src":"281:3:1"}]},{"nodeType":"YulVariableDeclaration","src":"313:17:1","value":{"name":"offset","nodeType":"YulIdentifier","src":"324:6:1"},"variables":[{"name":"src","nodeType":"YulTypedName","src":"317:3:1","type":""}]},{"body":{"nodeType":"YulBlock","src":"379:16:1","statements":[{"expression":{"arguments":[{"kind":"number","nodeType":"YulLiteral","src":"388:1:1","type":"","value":"0"},{"kind":"number","nodeType":"YulLiteral","src":"391:1:1","type":"","value":"0"}],"functionName":{"name":"revert","nodeType":"YulIdentifier","src":"381:6:1"},"nodeType":"YulFunctionCall","src":"381:12:1"},"nodeType":"YulExpressionStatement","src":"381:12:1"}]},"condition":{"arguments":[{"arguments":[{"name":"src","nodeType":"YulIdentifier","src":"349:3:1"},{"arguments":[{"name":"length","nodeType":"YulIdentifier","src":"358:6:1"},{"kind":"number","nodeType":"YulLiteral","src":"366:4:1","type":"","value":"0x20"}],"functionName":{"name":"mul","nodeType":"YulIdentifier","src":"354:3:1"},"nodeType":"YulFunctionCall","src":"354:17:1"}],"functionName":{"name":"add","nodeType":"YulIdentifier","src":"345:3:1"},"nodeType":"YulFunctionCall","src":"345:27:1"},{"name":"end","nodeType":"YulIdentifier","src":"374:3:1"}],"functionName":{"name":"gt","nodeType":"YulIdentifier","src":"342:2:1"},"nodeType":"YulFunctionCall","src":"342:36:1"},"nodeType":"YulIf","src":"339:2:1"},{"body":{"nodeType":"YulBlock","src":"464:176:1","statements":[{"nodeType":"YulVariableDeclaration","src":"478:21:1","value":{"name":"src","nodeType":"YulIdentifier","src":"496:3:1"},"variables":[{"name":"elementPos","nodeType":"YulTypedName","src":"482:10:1","type":""}]},{"expression":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"519:3:1"},{"arguments":[{"name":"elementPos","nodeType":"YulIdentifier","src":"545:10:1"},{"name":"end","nodeType":"YulIdentifier","src":"557:3:1"}],"functionName":{"name":"abi_decode_t_uint256","nodeType":"YulIdentifier","src":"524:20:1"},"nodeType":"YulFunctionCall","src":"524:37:1"}],"functionName":{"name":"mstore","nodeType":"YulIdentifier","src":"512:6:1"},"nodeType":"YulFunctionCall","src":"512:50:1"},"nodeType":"YulExpressionStatement","src":"512:50:1"},{"nodeType":"YulAssignment","src":"575:21:1","value":{"arguments":[{"name":"dst","nodeType":"YulIdentifier","src":"586:3:1"},{"kind":"number","nodeType":"YulLiteral","src":"591:4:1","type":"","value":"0
|
2020-05-28 12:01:07 +00:00
|
|
|
|
|
|
|
// uint256[]
|
2020-11-06 11:43:11 +00:00
|
|
|
function abi_decode_available_length_t_array$_t_uint256_$dyn_memory_ptr(offset, length, end) -> array {
|
2020-05-28 12:01:07 +00:00
|
|
|
array := allocateMemory(array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr(length))
|
|
|
|
let dst := array
|
2020-11-06 11:43:11 +00:00
|
|
|
mstore(array, length) dst := add(array, 0x20)
|
2020-05-28 12:01:07 +00:00
|
|
|
let src := offset
|
|
|
|
if gt(add(src, mul(length, 0x20)), end) { revert(0, 0) }
|
|
|
|
for { let i := 0 } lt(i, length) { i := add(i, 1) }
|
|
|
|
{
|
|
|
|
let elementPos := src
|
|
|
|
mstore(dst, abi_decode_t_uint256(elementPos, end))
|
|
|
|
dst := add(dst, 0x20)
|
|
|
|
src := add(src, 0x20)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-11-06 11:43:11 +00:00
|
|
|
// uint256[]
|
|
|
|
function abi_decode_t_array$_t_uint256_$dyn_memory_ptr(offset, end) -> array {
|
|
|
|
if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }
|
|
|
|
let length := calldataload(offset)
|
|
|
|
array := abi_decode_available_length_t_array$_t_uint256_$dyn_memory_ptr(add(offset, 0x20), length, end)
|
|
|
|
}
|
|
|
|
|
2020-05-28 12:01:07 +00:00
|
|
|
function abi_decode_t_uint256(offset, end) -> value {
|
|
|
|
value := calldataload(offset)
|
|
|
|
validator_revert_t_uint256(value)
|
|
|
|
}
|
|
|
|
|
|
|
|
function abi_decode_tuple_t_array$_t_uint256_$dyn_memory_ptr(headStart, dataEnd) -> value0 {
|
|
|
|
if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }
|
|
|
|
|
|
|
|
{
|
2020-12-07 13:14:19 +00:00
|
|
|
|
2020-05-28 12:01:07 +00:00
|
|
|
let offset := calldataload(add(headStart, 0))
|
|
|
|
if gt(offset, 0xffffffffffffffff) { revert(0, 0) }
|
2020-12-07 13:14:19 +00:00
|
|
|
|
2020-05-28 12:01:07 +00:00
|
|
|
value0 := abi_decode_t_array$_t_uint256_$dyn_memory_ptr(add(headStart, offset), dataEnd)
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
function abi_encode_t_uint256_to_t_uint256_fromStack(value, pos) {
|
|
|
|
mstore(pos, cleanup_t_uint256(value))
|
|
|
|
}
|
|
|
|
|
|
|
|
function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart , value0) -> tail {
|
|
|
|
tail := add(headStart, 32)
|
|
|
|
|
|
|
|
abi_encode_t_uint256_to_t_uint256_fromStack(value0, add(headStart, 0))
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
function allocateMemory(size) -> memPtr {
|
|
|
|
memPtr := mload(64)
|
|
|
|
let newFreePtr := add(memPtr, size)
|
|
|
|
// protect against overflow
|
2020-10-13 11:28:39 +00:00
|
|
|
if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }
|
2020-05-28 12:01:07 +00:00
|
|
|
mstore(64, newFreePtr)
|
|
|
|
}
|
|
|
|
|
|
|
|
function array_allocation_size_t_array$_t_uint256_$dyn_memory_ptr(length) -> size {
|
|
|
|
// Make sure we can allocate memory without overflow
|
2020-10-13 11:28:39 +00:00
|
|
|
if gt(length, 0xffffffffffffffff) { panic_error_0x41() }
|
2020-05-28 12:01:07 +00:00
|
|
|
|
|
|
|
size := mul(length, 0x20)
|
|
|
|
|
|
|
|
// add length slot
|
|
|
|
size := add(size, 0x20)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
function cleanup_t_uint256(value) -> cleaned {
|
|
|
|
cleaned := value
|
|
|
|
}
|
|
|
|
|
2020-10-13 11:28:39 +00:00
|
|
|
function panic_error_0x41() {
|
|
|
|
mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)
|
|
|
|
mstore(4, 0x41)
|
|
|
|
revert(0, 0x24)
|
2020-09-24 13:45:45 +00:00
|
|
|
}
|
|
|
|
|
2020-05-28 12:01:07 +00:00
|
|
|
function validator_revert_t_uint256(value) {
|
|
|
|
if iszero(eq(value, cleanup_t_uint256(value))) { revert(0, 0) }
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2020-12-08 16:42:31 +00:00
|
|
|
","id":1,"language":"Yul","name":"#utility.yul"}]}}}}},"errors":[{"component":"general","errorCode":"3420","formattedMessage":"Warning: Source file does not specify required compiler version!
|
2020-12-01 13:46:26 +00:00
|
|
|
--> a.sol
|
|
|
|
|
2020-05-28 12:01:07 +00:00
|
|
|
","message":"Source file does not specify required compiler version!","severity":"warning","sourceLocation":{"end":-1,"file":"a.sol","start":-1},"type":"Warning"}],"sources":{"a.sol":{"id":0}}}
|