2019-07-03 07:59:36 +00:00
|
|
|
{"contracts":{"A":{"C":{"ir":"/*******************************************************
|
|
|
|
* WARNING *
|
|
|
|
* Solidity to Yul compilation is still EXPERIMENTAL *
|
|
|
|
* It can result in LOSS OF FUNDS or worse *
|
|
|
|
* !USE AT YOUR OWN RISK! *
|
|
|
|
*******************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
object \"C_6\" {
|
2019-07-08 09:08:41 +00:00
|
|
|
code {
|
2020-10-15 14:25:15 +00:00
|
|
|
mstore(64, 128)
|
2020-04-06 15:26:59 +00:00
|
|
|
if callvalue() { revert(0, 0) }
|
2019-07-08 09:08:41 +00:00
|
|
|
|
2020-04-06 15:26:59 +00:00
|
|
|
constructor_C_6()
|
2019-07-08 09:08:41 +00:00
|
|
|
|
|
|
|
codecopy(0, dataoffset(\"C_6_deployed\"), datasize(\"C_6_deployed\"))
|
2020-04-27 17:35:35 +00:00
|
|
|
|
2019-07-08 09:08:41 +00:00
|
|
|
return(0, datasize(\"C_6_deployed\"))
|
|
|
|
|
2020-04-06 15:26:59 +00:00
|
|
|
function constructor_C_6() {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2019-07-08 09:08:41 +00:00
|
|
|
}
|
|
|
|
object \"C_6_deployed\" {
|
|
|
|
code {
|
2020-10-15 14:25:15 +00:00
|
|
|
mstore(64, 128)
|
2019-07-08 09:08:41 +00:00
|
|
|
|
|
|
|
if iszero(lt(calldatasize(), 4))
|
|
|
|
{
|
|
|
|
let selector := shift_right_224_unsigned(calldataload(0))
|
|
|
|
switch selector
|
|
|
|
|
|
|
|
case 0x26121ff0
|
|
|
|
{
|
|
|
|
// f()
|
|
|
|
if callvalue() { revert(0, 0) }
|
|
|
|
abi_decode_tuple_(4, calldatasize())
|
|
|
|
fun_f_5()
|
|
|
|
let memPos := allocateMemory(0)
|
|
|
|
let memEnd := abi_encode_tuple__to__fromStack(memPos )
|
|
|
|
return(memPos, sub(memEnd, memPos))
|
|
|
|
}
|
|
|
|
|
|
|
|
default {}
|
|
|
|
}
|
2019-09-09 16:22:02 +00:00
|
|
|
if iszero(calldatasize()) { }
|
2019-07-08 09:08:41 +00:00
|
|
|
revert(0, 0)
|
|
|
|
|
|
|
|
function abi_decode_tuple_(headStart, dataEnd) {
|
|
|
|
if slt(sub(dataEnd, headStart), 0) { revert(0, 0) }
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
function abi_encode_tuple__to__fromStack(headStart ) -> tail {
|
|
|
|
tail := add(headStart, 0)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
function allocateMemory(size) -> memPtr {
|
|
|
|
memPtr := mload(64)
|
|
|
|
let newFreePtr := add(memPtr, size)
|
|
|
|
// protect against overflow
|
2020-09-24 13:45:45 +00:00
|
|
|
if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error() }
|
2019-07-08 09:08:41 +00:00
|
|
|
mstore(64, newFreePtr)
|
|
|
|
}
|
|
|
|
|
2020-05-07 15:29:42 +00:00
|
|
|
function fun_f_5() {
|
2019-07-08 09:08:41 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-09-24 13:45:45 +00:00
|
|
|
function panic_error() {
|
|
|
|
invalid()
|
|
|
|
}
|
|
|
|
|
2019-07-08 09:08:41 +00:00
|
|
|
function shift_right_224_unsigned(value) -> newValue {
|
|
|
|
newValue :=
|
|
|
|
|
|
|
|
shr(224, value)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2020-04-09 19:59:17 +00:00
|
|
|
|
2019-07-08 09:08:41 +00:00
|
|
|
}
|
2020-04-09 19:59:17 +00:00
|
|
|
|
2019-07-03 07:59:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
"}}},"sources":{"A":{"id":0}}}
|