This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity^0.4.19; | |
// like a less-liquid GasToken | |
contract Sponsored { | |
uint256[] wastedSpace; | |
function sponsor() external { | |
wastedSpace.push(1); | |
wastedSpace.push(1); | |
wastedSpace.push(1); | |
wastedSpace.push(1); | |
wastedSpace.push(1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity^0.4.19; | |
// like a less-liquid GasToken | |
contract Sponsored { | |
uint256[] wastedSpace; | |
function sponsor() external { | |
uint256 len = wastedSpace.length; | |
wastedSpace.length = len + 5; | |
wastedSpace[len] = 1; | |
wastedSpace[len+1] = 1; | |
wastedSpace[len+2] = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x4a6f6B9fF1fc974096f9063a45Fd12bD5B928AD1 |