Unnamed: 0
int64
0
60k
address
stringlengths
42
42
source_code
stringlengths
52
864k
bytecode
stringlengths
2
49.2k
slither
stringlengths
47
956
success
bool
1 class
error
float64
results
stringlengths
2
911
input_ids
listlengths
128
128
attention_mask
listlengths
128
128
600
0xd18e2A433664F9459CCCbd4bEe0057A7BC57E707
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } function _msgSender() internal view virtual re...
0x608060405234801561001057600080fd5b50600436106100575760003560e01c80630c340a241461005c578063679b721c14610080578063b9a3c84c14610088578063d0fc157214610090578063d55ec69714610098575b600080fd5b6100646100a2565b604080516001600160a01b039092168252519081900360200190f35b6100646100b1565b6100646100c0565b6100646100cf565b6100a06100de...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'...
[ 101, 1014, 2595, 2094, 15136, 2063, 2475, 2050, 23777, 21619, 21084, 2546, 2683, 19961, 2683, 9468, 27421, 2094, 2549, 11306, 8889, 28311, 2050, 2581, 9818, 28311, 2063, 19841, 2581, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, 22...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
601
0xd194573d31be849ee771b3e561e9138f054e13c6
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x608060405234801561001057600080fd5b50600436106100935760003560e01c806382dfc5f71161006657806382dfc5f7146100e65780638823151b146100ee578063d36b907d146100f6578063e074bb47146100fe578063ef9486df1461011157610093565b8063329b8f591461009857806339df1878146100ad5780633d391f70146100cb5780634d9fb18f146100de575b600080fd5b6100ab6100a6...
{"success": true, "error": null, "results": {"detectors": [{"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", ...
true
null
{'detectors': [{'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrec...
[ 101, 1014, 2595, 2094, 16147, 19961, 2581, 29097, 21486, 4783, 2620, 26224, 4402, 2581, 2581, 2487, 2497, 2509, 2063, 26976, 2487, 2063, 2683, 17134, 2620, 2546, 2692, 27009, 2063, 17134, 2278, 2575, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
602
0xd1FDaaFd4a561F4bEcc0E2CCAb27830370287245
pragma solidity 0.5.17; pragma experimental ABIEncoderV2; interface IUniswapV2Pair { event Approval(address indexed owner, address indexed spender, uint value); event Transfer(address indexed from, address indexed to, uint value); function name() external pure returns (string memory); function sy...
0x608060405234801561001057600080fd5b50600436106102535760003560e01c806363f6d4c811610146578063af14052c116100c3578063cd87782611610087578063cd87782614610620578063cdabdaac1461063e578063cf1b927e1461065a578063d94ad83714610678578063dcf93f3214610696578063f4325d67146106b457610253565b8063af14052c146105a0578063b60e1e3e146105aa5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "weak-prng", "imp...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'che...
[ 101, 1014, 2595, 2094, 2487, 2546, 2850, 10354, 2094, 2549, 2050, 26976, 2487, 2546, 2549, 4783, 9468, 2692, 2063, 2475, 16665, 2497, 22907, 2620, 14142, 24434, 2692, 22407, 2581, 18827, 2629, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1019...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
603
0xd291328a6c202c5b18dcb24f279f69de1e065f70
pragma solidity 0.6.11; pragma experimental ABIEncoderV2; struct FullAbsoluteTokenAmount { AbsoluteTokenAmountMeta base; AbsoluteTokenAmountMeta[] underlying; } struct AbsoluteTokenAmountMeta { AbsoluteTokenAmount absoluteTokenAmount; ERC20Metadata erc20metadata; } struct ERC20Metadata { s...
0x6080604052600436106100385760003560e01c8063610961e514610044578063695f72191461007a5780636f16a1101461009a5761003f565b3661003f57005b600080fd5b34801561005057600080fd5b5061006461005f366004610e62565b6100bc565b6040516100719190611191565b60405180910390f35b61008d610088366004610d53565b610111565b60405161007191906111eb565b34801561...
{"success": true, "error": null, "results": {"detectors": [{"check": "controlled-delegatecall", "impact": "High", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "delegatecall-loop", "imp...
true
null
{'detectors': [{'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'delegatecall-loop', 'impact': 'High', 'confidence': 'Medium'}, {'che...
[ 101, 1014, 2595, 2094, 24594, 17134, 22407, 2050, 2575, 2278, 11387, 2475, 2278, 2629, 2497, 15136, 16409, 2497, 18827, 2546, 22907, 2683, 2546, 2575, 2683, 3207, 2487, 2063, 2692, 26187, 2546, 19841, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
604
0xd3382598172bbDbC393F11f2B7A09B0Dd273378D
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106101a05760003560e01c806353485907116100ec578063a46a66c91161008a578063ce245c8011610064578063ce245c80146103f1578063d0cc728914610406578063d3661fa51461029a578063f1d021621461041b576101a7565b8063a46a66c91461035b578063bfe142a3146103c7578063c91d59fe146103dc576101a7565b80637b925ab1116100c65780637b925ab1146103...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 2094, 22394, 2620, 17788, 2683, 2620, 16576, 2475, 10322, 18939, 2278, 23499, 2509, 2546, 14526, 2546, 2475, 2497, 2581, 2050, 2692, 2683, 2497, 2692, 14141, 22907, 22394, 2581, 2620, 2094, 10975, 8490, 2863, 5024, 3012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
605
0xd3Fe77Ca1661D01385C5e6C3D51f7Ee47CE08fdE
pragma solidity 0.4.25; contract ERC20Interface { uint256 public totalSupply; function balanceOf(address _owner) public view returns (uint256 balance); function transfer(address _to, uint256 _value) public returns (bool success); function transferFrom(address _from, address _to, uint256 _value) pub...
0x6080604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014457806318160ddd146101a957806323b872dd146101d457806327e235e314610259578063313ce567146102b05780635c658165146102e157806370a082311461035857806395d89b41146103af578063a9059cbb...
{"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2094, 2509, 7959, 2581, 2581, 3540, 16048, 2575, 2487, 2094, 24096, 22025, 2629, 2278, 2629, 2063, 2575, 2278, 29097, 22203, 2546, 2581, 4402, 22610, 3401, 2692, 2620, 2546, 3207, 10975, 8490, 2863, 5024, 3012, 1014, 1012, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
606
0xd4CF925B9d0f4d1cCf82aB97C25130657474Ee19
pragma solidity 0.5.15; contract CairoBootloaderProgramSize { uint256 internal constant PROGRAM_SIZE = 220; } contract CairoBootloaderProgram is CairoBootloaderProgramSize { function getCompiledProgram() external pure returns (uint256[PROGRAM_SIZE] memory) { return [ ...
0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80636a938567146100515780639b3b76cc14610082578063d6354e15146101ea578063eeb72866146101f2575b600080fd5b61006e6004803603602081101561006757600080fd5b503561026f565b604080519115158252519081900360200190f35b6101e8600480360360a081101561009857600080fd5b810190602081...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2094, 2549, 2278, 2546, 2683, 17788, 2497, 2683, 2094, 2692, 2546, 2549, 2094, 2487, 9468, 2546, 2620, 2475, 7875, 2683, 2581, 2278, 17788, 17134, 2692, 26187, 2581, 22610, 2549, 4402, 16147, 10975, 8490, 2863, 5024, 3012, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
607
0xd4e7a6e7f9aa5909036338a3c4cd57319d613190
pragma solidity 0.7.3; abstract contract Context { function _msgSender() internal virtual view returns (address payable) { return msg.sender; } function _msgData() internal virtual view returns (bytes memory) { this; // silence state mutability warning without generating byteco...
0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806370a082311161008c57806395d89b411161006657806395d89b41146103bc578063a9059cbb1461043f578063dd62ed3e146104a3578063de0e9a3e1461051b576100cf565b806370a08231146102b25780637ed9db591461030a5780638ccc5f8014610378576100cf565b806306fdde03146100d4578063095ea7b314...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2094, 2549, 2063, 2581, 2050, 2575, 2063, 2581, 2546, 2683, 11057, 28154, 2692, 21057, 21619, 22394, 2620, 2050, 2509, 2278, 2549, 19797, 28311, 21486, 2683, 2094, 2575, 17134, 16147, 2692, 10975, 8490, 2863, 5024, 3012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
608
0xD5fb59D9402c382746AbF223511FbA1AEFd3a268
pragma solidity 0.6.11; interface IMainUniLotteryPool { function isLotteryOngoing( address lotAddr ) external view returns( bool ); function scheduledCallback( uint256 requestID ) external; function onLotteryCallbackPriceExceedingGivenFunds( address lottery, uin...
0x6080604052600436106100b55760003560e01c80639277700911610069578063bf1fe4201161004e578063bf1fe420146103e1578063de1c41af1461040b578063f192a11b14610435576100f6565b80639277700914610384578063aef01ffe146103cc576100f6565b806338bbfa501161009a57806338bbfa50146101e15780635a62b773146103225780638129fc1c1461036f576100f6565b80630e19...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact":...
true
null
{'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2094, 2629, 26337, 28154, 2094, 2683, 12740, 2475, 2278, 22025, 22907, 21472, 7875, 2546, 19317, 19481, 14526, 26337, 27717, 6679, 2546, 2094, 2509, 2050, 23833, 2620, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
609
0xd65Edf05b7B5818C17157ee3809F40bBe36bD4db
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x608060405234801561001057600080fd5b50600436106101585760003560e01c8063526d6461116100c3578063870e44d91161007c578063870e44d9146102d95780638fb5a482146102e1578063bfe142a3146102f4578063cae81e6e146102fc578063d802178e1461030f578063d98bb5b11461033157610158565b8063526d64611461027b5780635c1e4172146102835780635f3bc8e7146102965780...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 2094, 26187, 2098, 2546, 2692, 2629, 2497, 2581, 2497, 27814, 15136, 2278, 16576, 16068, 2581, 4402, 22025, 2692, 2683, 2546, 12740, 19473, 21619, 2497, 2094, 2549, 18939, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
610
0xD67C12734dC12240a6324Db63ccd426964B71Fe7
pragma solidity 0.7.4; interface IArbitrable { /** * @dev To be raised when a ruling is given. * @param _arbitrator The arbitrator giving the ruling. * @param _disputeID ID of the dispute in the Arbitrator contract. * @param _ruling The ruling which was given. */ event Ruling(IA...
0x60806040526004361061023b5760003560e01c806382b350171161012e578063b5f3918b116100ab578063cc7b9d061161006f578063cc7b9d0614610a77578063d2dbe1d814610aa2578063d661dd3114610acc578063e4c0aaf414610ae1578063fc6f8f1614610b145761023b565b8063b5f3918b14610984578063b8573185146109ae578063c17a340e146109cb578063c36cd196146109e0578063c4...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2094, 2575, 2581, 2278, 12521, 2581, 22022, 16409, 12521, 18827, 2692, 2050, 2575, 16703, 2549, 18939, 2575, 2509, 9468, 2094, 20958, 2575, 2683, 21084, 2497, 2581, 2487, 7959, 2581, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
611
0xd6d57805f4480e44ac3ca5e1bfd3cdf903944cb4
pragma solidity 0.5.17; interface PotLike { function chi() external view returns (uint); function pie(address) external view returns (uint); function drip() external returns (uint); function join(uint) external; function exit(uint) external; } interface GemLike { function approve(addres...
0x60806040526004361061007b5760003560e01c8063dcfbc0c71161004e578063dcfbc0c71461019e578063e992a041146101b3578063e9c714f2146101e6578063f851a440146101fb5761007b565b806326782247146100fe578063b71d1a0c1461012f578063bb82aa5e14610174578063c1e8033414610189575b6002546040516000916001600160a01b03169082903690808383808284376040519201...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "boolean-cst", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-delegatecall", "impact": "High", "confidence": "Medium"}, {"check": "erc20-interface", "impac...
true
null
{'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'boolean-cst', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check...
[ 101, 1014, 2595, 2094, 2575, 2094, 28311, 17914, 2629, 2546, 22932, 17914, 2063, 22932, 6305, 2509, 3540, 2629, 2063, 2487, 29292, 2094, 2509, 19797, 2546, 21057, 23499, 22932, 27421, 2549, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1019, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
612
0xd71bbf61079d3ea7ea7890356850d4579be304af
pragma solidity 0.6.2; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - s...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025f57806370a08231146102c557806395d89b411461031d578063a457c2d7146103a0578063a9059cbb14610406578063dd62ed3e1461046c576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019757806323b872dd146101b55780...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2094, 2581, 2487, 10322, 2546, 2575, 10790, 2581, 2683, 2094, 2509, 5243, 2581, 5243, 2581, 2620, 21057, 19481, 2575, 27531, 2692, 2094, 19961, 2581, 2683, 4783, 14142, 2549, 10354, 10975, 8490, 2863, 5024, 3012, 1014, 1012...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
613
0xd786eb706dfd303d0dc98920b71fabfac6c89eed
pragma solidity 0.6.6; interface IUniswapV2Router01 { function factory() external pure returns (address); function WETH() external pure returns (address); function addLiquidity( address tokenA, address tokenB, uint amountADesired, uint amountBDesired, uint ...
0x60806040526004361061008a5760003560e01c806378c8cda71161005957806378c8cda71461020c5780638da5cb5b1461025d5780639b19251a146102b4578063f2fde38b1461031d578063f80f5dd51461036e57610091565b806326536947146100965780632ff6a392146100ee578063715018a61461019e578063735de9f7146101b557610091565b3661009157005b600080fd5b6100ec6004803603...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2094, 2581, 20842, 15878, 19841, 2575, 20952, 2094, 14142, 29097, 2692, 16409, 2683, 2620, 2683, 11387, 2497, 2581, 2487, 7011, 29292, 6305, 2575, 2278, 2620, 2683, 13089, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
614
0xd7d57b4b1d7a6d04683653376f721a8bcb45adec
pragma solidity 0.5.17; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * ...
0x60806040526004361061007b5760003560e01c8063c72c4d101161004e578063c72c4d101461016b578063e9f12bcb146101c2578063ee872558146103c3578063f2fde38b1461047d5761007b565b806351cff8d91461007d578063715018a6146100ce5780638da5cb5b146100e55780638f32d59b1461013c575b005b34801561008957600080fd5b506100cc600480360360208110156100a057600080...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact":...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2094, 2581, 2094, 28311, 2497, 2549, 2497, 2487, 2094, 2581, 2050, 2575, 2094, 2692, 21472, 2620, 21619, 22275, 24434, 2575, 2546, 2581, 17465, 2050, 2620, 9818, 2497, 19961, 9648, 2278, 10975, 8490, 2863, 5024, 3012, 1014,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
615
0xD8329e9D1b0ff632903fc80E0f8A0cE0884f4ce7
pragma solidity 0.6.0; pragma experimental ABIEncoderV2; contract HDS { using SafeMath for uint256; /// @notice EIP-20 token name for this token string public constant name = "Hades governance token"; /// @notice EIP-20 token symbol for this token string public constant symbol = "HDS"; /// @notice EI...
0x608060405234801561001057600080fd5b50600436106101735760003560e01c80637ecebe00116100de578063c3cda52011610097578063dd62ed3e11610071578063dd62ed3e14610486578063e7a324dc146104b6578063f1127ed8146104d4578063f851a4401461050557610173565b8063c3cda52014610430578063c4d66de81461044c578063d5abeb011461046857610173565b80637ecebe0014...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2094, 2620, 16703, 2683, 2063, 2683, 2094, 2487, 2497, 2692, 4246, 2575, 16703, 21057, 2509, 11329, 17914, 2063, 2692, 2546, 2620, 2050, 2692, 3401, 2692, 2620, 2620, 2549, 2546, 2549, 3401, 2581, 10975, 8490, 2863, 5024, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
616
0xD8F8019c025C2Ba6745543D9a3C338DE1b98C103
pragma solidity 0.7.4; interface IArbitrable { /** * @dev To be raised when a ruling is given. * @param _arbitrator The arbitrator giving the ruling. * @param _disputeID ID of the dispute in the Arbitrator contract. * @param _ruling The ruling which was given. */ event Ruling(IA...
0x60806040526004361061023b5760003560e01c806382b350171161012e578063b5f3918b116100ab578063cc7b9d061161006f578063cc7b9d0614610a77578063d2dbe1d814610aa2578063d661dd3114610acc578063e4c0aaf414610ae1578063fc6f8f1614610b145761023b565b8063b5f3918b14610984578063b8573185146109ae578063c17a340e146109cb578063c36cd196146109e0578063c4...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2094, 2620, 2546, 17914, 16147, 2278, 2692, 17788, 2278, 2475, 3676, 2575, 2581, 19961, 27009, 29097, 2683, 2050, 2509, 2278, 22394, 2620, 3207, 2487, 2497, 2683, 2620, 2278, 10790, 2509, 10975, 8490, 2863, 5024, 3012, 1014...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
617
0xd8f9d2b6cf81e21a3c6212a0e97c5ed1aba0da99
pragma solidity 0.7.0; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106101ef5760003560e01c8063547520fe1161010f57806395d89b41116100a2578063ca15c87311610071578063ca15c8731461092b578063d53913931461096d578063d547741f1461098b578063dd62ed3e146109d9576101ef565b806395d89b41146107c2578063a217fddf14610845578063a457c2d714610863578063a9059cbb146108c75761...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2094, 2620, 2546, 2683, 2094, 2475, 2497, 2575, 2278, 2546, 2620, 2487, 2063, 17465, 2050, 2509, 2278, 2575, 17465, 2475, 2050, 2692, 2063, 2683, 2581, 2278, 2629, 2098, 2487, 19736, 2692, 2850, 2683, 2683, 10975, 8490, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
618
0xd8fa56032f692f90e2b77a72f394f6a464e3c976
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b506004361061035d5760003560e01c806381c0c263116101d3578063c0c53b8b11610104578063e1522536116100a2578063efbe1c1c1161007c578063efbe1c1c146108ea578063f77c4791146108f2578063fd96044b146108fa578063fec8ee0c146109205761035d565b8063e152253614610895578063e6f1daf2146108c3578063ef78d4fd146108cb5761...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2094, 2620, 7011, 26976, 2692, 16703, 2546, 2575, 2683, 2475, 2546, 21057, 2063, 2475, 2497, 2581, 2581, 2050, 2581, 2475, 2546, 23499, 2549, 2546, 2575, 2050, 21472, 2549, 2063, 2509, 2278, 2683, 2581, 2575, 10975, 8490, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
619
0xd957fad3f767cbe93824dc5ebf8694c51a5de680
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; struct UserInfo { uint256 amount; uint256 rewardDebt; } struct PoolInfo { address lpToken; uint256 allocPoint; uint256 lastRewardBlock; uint256 accSushiPerShare; } interface ProtocolAdapter { /** * @dev MUST return ...
0x608060405234801561001057600080fd5b50600436106100415760003560e01c806330fa738c14610046578063d4fac45d14610064578063f72c079114610084575b600080fd5b61004e61008c565b60405161005b9190610573565b60405180910390f35b61007761007236600461049e565b6100c5565b60405161005b91906105e4565b61004e61040d565b604051806040016040528060058152602001...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2094, 2683, 28311, 7011, 2094, 2509, 2546, 2581, 2575, 2581, 27421, 2063, 2683, 22025, 18827, 16409, 2629, 15878, 2546, 20842, 2683, 2549, 2278, 22203, 2050, 2629, 3207, 2575, 17914, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
620
0xda1aaFE4D13fF3C789EfB0a30cE6994cb15f4F94
pragma solidity 0.6.8; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x6080604052600436106102255760003560e01c80639f3d4e6911610123578063ce5494bb116100ab578063f055c9a01161006f578063f055c9a014610a5f578063f2fde38b14610a9a578063fb15298d14610acd578063fb34499d14610b06578063fc9d015414610b3357610225565b8063ce5494bb1461088d578063cf43cd6d146108c0578063cf9717481461096e578063e0dba60f14610a0f578063e6...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2850, 2487, 11057, 7959, 2549, 2094, 17134, 4246, 2509, 2278, 2581, 2620, 2683, 12879, 2497, 2692, 2050, 14142, 3401, 2575, 2683, 2683, 2549, 27421, 16068, 2546, 2549, 2546, 2683, 2549, 10975, 8490, 2863, 5024, 3012, 1014, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
621
0xdaf8a0e12fc3b109a17ed5cbb943a8f3f86081f7
pragma solidity 0.6.12; abstract contract ERC20Interface { function totalSupply() public virtual view returns (uint); function balanceOf(address tokenOwner) public virtual view returns (uint256 balance); function allowance(address tokenOwner, address spender) public virtual view returns (uint256 rema...
0x608060405234801561001057600080fd5b50600436106100b45760003560e01c806370a082311161007157806370a08231146101d65780638da5cb5b146101fc57806395d89b4114610220578063a9059cbb14610228578063dd62ed3e14610254578063f2fde38b14610282576100b4565b806306fdde03146100b9578063095ea7b3146101365780630eb347401461017657806318160ddd146101905780...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2850, 2546, 2620, 2050, 2692, 2063, 12521, 11329, 2509, 2497, 10790, 2683, 27717, 2581, 2098, 2629, 27421, 2497, 2683, 23777, 2050, 2620, 2546, 2509, 2546, 20842, 2692, 2620, 2487, 2546, 2581, 10975, 8490, 2863, 5024, 3012,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
622
0xDB1c818B911E35F030BC13b980E8e3b8D6A2DFbe
pragma solidity 0.5.17; contract IFactRegistry { /* Returns true if the given fact was previously registered in the contract. */ function isValid(bytes32 fact) external view returns(bool); } contract PublicInputOffsets { // The following constants are offsets of data expe...
0x6080604052600436106100b15760003560e01c8063770c15d411610069578063aeac95b91161004e578063aeac95b914610245578063c41dce51146102b0578063cf695688146102da576100b1565b8063770c15d4146101d357806397a7e93b1461020f576100b1565b8063255375b91161009a578063255375b9146101215780636e55ce1d146101635780637065cb4814610193576100b1565b80631738...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 18939, 2487, 2278, 2620, 15136, 2497, 2683, 14526, 2063, 19481, 2546, 2692, 14142, 9818, 17134, 2497, 2683, 17914, 2063, 2620, 2063, 2509, 2497, 2620, 2094, 2575, 2050, 2475, 20952, 4783, 10975, 8490, 2863, 5024, 3012, 1014...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
623
0xDbDBFC8aBCd6dfC467b75093b371AEDf93ed08F7
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(a...
0x60806040526004361061003f5760003560e01c8063325daab31461004457806351cff8d914610074578063b4a99a4e1461009d578063c90567f6146100c8575b600080fd5b61005e60048036038101906100599190610cb3565b6100f8565b60405161006b9190610fc4565b60405180910390f35b34801561008057600080fd5b5061009b60048036038101906100969190610e58565b6103e9565b005b34...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 18939, 18939, 11329, 2620, 7875, 19797, 2575, 20952, 2278, 21472, 2581, 2497, 23352, 2692, 2683, 2509, 2497, 24434, 2487, 6679, 20952, 2683, 2509, 2098, 2692, 2620, 2546, 2581, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 102...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
624
0xdc7d33398342d58b935446f9f6e052b48793a4ac
pragma solidity 0.5.16; interface IParams { function isLiquidation(uint256 price) external view returns (bool); } interface IEsm { function shutdown() external; function isClosed() external view returns (bool); } contract Owned { address public owner; address public nominatedOwner; ...
0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806359e02dd711610097578063af41b24811610066578063af41b2481461033a578063c97ec6bd14610384578063cff0ab96146103c8578063f95f450014610412576100f5565b806359e02dd71461027057806367f3c2a51461028e57806379ba5097146102e65780638da5cb5b146102f0576100f5565b806332145f9011...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 16409, 2581, 2094, 22394, 23499, 2620, 22022, 2475, 2094, 27814, 2497, 2683, 19481, 22932, 2575, 2546, 2683, 2546, 2575, 2063, 2692, 25746, 2497, 18139, 2581, 2683, 2509, 2050, 2549, 6305, 10975, 8490, 2863, 5024, 3012, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
625
0xDC7E1FCED65eFdf495D33de60f257a9b31256FF8
pragma solidity 0.7.4; enum MathError { NO_ERROR, DIVISION_BY_ZERO, INTEGER_OVERFLOW, INTEGER_UNDERFLOW, MODULO_BY_ZERO } library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function ret...
0x608060405234801561001057600080fd5b506004361061012c5760003560e01c8063a5d5db0c116100ad578063d8e51dfb11610071578063d8e51dfb146103eb578063e2ad6fe014610427578063e6abb5ae14610455578063ede4c0cc1461047b578063f851a4401461049f5761012c565b8063a5d5db0c146102fb578063b4f2a9cc14610327578063b9d2cc3014610355578063bbd7edc51461038b5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 16409, 2581, 2063, 2487, 11329, 2098, 26187, 12879, 20952, 26224, 2629, 2094, 22394, 3207, 16086, 2546, 17788, 2581, 2050, 2683, 2497, 21486, 17788, 2575, 4246, 2620, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1021, 1012, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
626
0xdcba56c85ee0aaf8bd3d5a8fdd3bc9113ee1d55e
pragma solidity 0.6.0; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - s...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063395093511161007157806339509351146101d957806370a082311461020557806395d89b411461022b578063a457c2d714610233578063a9059cbb1461025f578063dd62ed3e1461028b576100a9565b806306fdde03146100ae578063095ea7b31461012b57806318160ddd1461016b57806323b872dd146101855780...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 16409, 3676, 26976, 2278, 27531, 4402, 2692, 11057, 2546, 2620, 2497, 2094, 29097, 2629, 2050, 2620, 2546, 14141, 2509, 9818, 2683, 14526, 2509, 4402, 2487, 2094, 24087, 2063, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
627
0xDcf080fF95716644A8864b3A918C5C7Ba73dDa16
pragma solidity 0.4.24; contract ERC20Basic { function totalSupply() public view returns (uint256); function balanceOf(address _who) public view returns (uint256); function transfer(address _to, uint256 _value) public returns (bool); event Transfer(address indexed from, address indexed to, uint256 value); ...
0x6080604052600436106100fb5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166305d2035b811461010057806306fdde0314610129578063095ea7b3146101b357806318160ddd146101d757806323b872dd146101fe578063313ce56714610228578063355274ea1461025357806340c10f1914610268578063661884631461028c57806370a0823114...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 16409, 2546, 2692, 17914, 4246, 2683, 28311, 16048, 21084, 2549, 2050, 2620, 20842, 2549, 2497, 2509, 2050, 2683, 15136, 2278, 2629, 2278, 2581, 3676, 2581, 29097, 2850, 16048, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
628
0xdd99ae403ed319443f73d37a466409578804426a
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(a...
0x608060405234801561001057600080fd5b50600436106101575760003560e01c806378253604116100c3578063b9e5d5511161007c578063b9e5d55114610281578063ba232ecb14610294578063c251b565146102a7578063ce41607a146102bc578063d0fab3ca146102c4578063ff4dfa51146102cc57610157565b8063782536041461023057806390a39a9e1461023857806399e133f91461024b5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 14141, 2683, 2683, 6679, 12740, 2509, 2098, 21486, 2683, 22932, 2509, 2546, 2581, 29097, 24434, 2050, 21472, 21084, 2692, 2683, 28311, 2620, 17914, 22932, 23833, 2050, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
629
0xdf66e55288507987ecec74d64ae26f0a9833ac6e
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(a...
0x608060405234801561001057600080fd5b506004361061018d5760003560e01c80636de5f3a9116100de578063c0a41ea811610097578063eb87e89b11610071578063eb87e89b14610328578063f1e5ff3e1461033b578063f36d52da1461034e578063f4265715146103615761018d565b8063c0a41ea814610310578063c9ff857214610318578063d1058e59146103205761018d565b80636de5f3a914...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 20952, 28756, 2063, 24087, 22407, 27531, 2692, 2581, 2683, 2620, 2581, 26005, 2278, 2581, 2549, 2094, 21084, 6679, 23833, 2546, 2692, 2050, 2683, 2620, 22394, 6305, 2575, 2063, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 102...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
630
0xdf759793b9e7892f600892f81684833d6a740c6b
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 20952, 23352, 2683, 2581, 2683, 2509, 2497, 2683, 2063, 2581, 2620, 2683, 2475, 2546, 16086, 2692, 2620, 2683, 2475, 2546, 2620, 16048, 2620, 18139, 22394, 2094, 2575, 2050, 2581, 12740, 2278, 2575, 2497, 10975, 8490, 2863,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
631
0xe054bc481cb5fe5ec75048fbc95fe45267eb92a7
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b50600436106103db5760003560e01c806376d8b1171161020a578063c0c53b8b11610125578063e1522536116100b8578063f301af4211610087578063f301af4214610ac0578063f77c479114610add578063f8453e7c14610ae5578063fd96044b14610bb0578063fec8ee0c14610bd6576103db565b8063e152253614610a63578063e6f1daf214610a915780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2063, 2692, 27009, 9818, 18139, 2487, 27421, 2629, 7959, 2629, 8586, 23352, 2692, 18139, 26337, 2278, 2683, 2629, 7959, 19961, 23833, 2581, 15878, 2683, 2475, 2050, 2581, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
632
0xe08d51e7f2d0291c57a92b2d33a5bba60bb774e3
pragma solidity 0.6.6; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806340c10f191161009757806395d89b411161006657806395d89b41146104ac578063a457c2d71461052f578063a9059cbb14610595578063dd62ed3e146105fb576100f5565b806340c10f191461038a57806342966c68146103d857806370a082311461040657806379cc67901461045e576100f5565b806318160ddd11...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2063, 2692, 2620, 2094, 22203, 2063, 2581, 2546, 2475, 2094, 2692, 24594, 2487, 2278, 28311, 2050, 2683, 2475, 2497, 2475, 2094, 22394, 2050, 2629, 22414, 16086, 10322, 2581, 2581, 2549, 2063, 2509, 10975, 8490, 2863, 5024,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
633
0xe08ff7A2BADb634F0b581E675E6B3e583De086FC
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x
{"success": true, "error": null, "results": {"detectors": [{"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", ...
true
null
{'detectors': [{'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrec...
[ 101, 1014, 2595, 2063, 2692, 2620, 4246, 2581, 2050, 2475, 9024, 2497, 2575, 22022, 2546, 2692, 2497, 27814, 2487, 2063, 2575, 23352, 2063, 2575, 2497, 2509, 2063, 27814, 29097, 2063, 2692, 20842, 11329, 10975, 8490, 2863, 5024, 3012, 1014,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
634
0xe091122f5de87b1537eaff42e7032674cdba6e36
pragma solidity 0.5.2; contract Ownable { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev The Ownable constructor sets the original `owner` of the contract to the sender * account. */ constructor ...
0x608060405234801561001057600080fd5b506004361061009a576000357c01000000000000000000000000000000000000000000000000000000009004806383b30fdf1161007857806383b30fdf146101455780638da5cb5b146101bd5780638f32d59b14610207578063f2fde38b146102295761009a565b806335fe620f1461009f5780634681b5d1146100ed578063715018a61461013b575b600080fd...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2063, 2692, 2683, 14526, 19317, 2546, 2629, 3207, 2620, 2581, 2497, 16068, 24434, 5243, 4246, 20958, 2063, 19841, 16703, 2575, 2581, 2549, 19797, 3676, 2575, 2063, 21619, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1019, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
635
0xe18d9062e61e2dcb45960115518f1b09ee4d5ccb
pragma solidity 0.7.1; pragma experimental ABIEncoderV2; contract CoreUniLotterySettings { // Percentage calculations. // As Solidity doesn't have floats, we have to use integers for // percentage arithmetics. // We set 1 percent to be equal to 1,000,000 - thus, we // simulate 6 decimal poin...
0x608060405234801561001057600080fd5b50600436106100415760003560e01c80633c2b072514610046578063432fe9a714610064578063c4d66de814610077575b600080fd5b61004e61008c565b60405161005b9190610894565b60405180910390f35b61004e610072366004610530565b6100b0565b61008a6100853660046104f1565b6102e3565b005b7f0000000000000000000000004e1e629e33...
{"success": true, "error": null, "results": {"detectors": [{"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-delegate...
true
null
{'detectors': [{'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medi...
[ 101, 1014, 2595, 2063, 15136, 2094, 21057, 2575, 2475, 2063, 2575, 2487, 2063, 2475, 16409, 2497, 19961, 2683, 16086, 14526, 24087, 15136, 2546, 2487, 2497, 2692, 2683, 4402, 2549, 2094, 2629, 9468, 2497, 10975, 8490, 2863, 5024, 3012, 1014...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
636
0xe1a978506d667281a47e1ade7a0645bd4c409d65
pragma solidity 0.7.4; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * *...
0x
{"success": true, "error": null, "results": {"detectors": [{"check": "tautology", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2063, 2487, 2050, 2683, 2581, 27531, 2692, 2575, 2094, 28756, 2581, 22407, 2487, 2050, 22610, 2063, 2487, 9648, 2581, 2050, 2692, 21084, 2629, 2497, 2094, 2549, 2278, 12740, 2683, 2094, 26187, 10975, 8490, 2863, 5024, 3012,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
637
0xe1f28c0d8527eb28784ba15f6ff0a4371d7598e1
pragma solidity 0.6.11; pragma experimental ABIEncoderV2; struct FullAbsoluteTokenAmount { AbsoluteTokenAmountMeta base; AbsoluteTokenAmountMeta[] underlying; } struct AbsoluteTokenAmountMeta { AbsoluteTokenAmount absoluteTokenAmount; ERC20Metadata erc20metadata; } struct ERC20Metadata { s...
0x6080604052600436106100345760003560e01c806328ffb83d14610039578063387b817414610062578063d4fac45d14610075575b600080fd5b61004c61004736600461105a565b6100a2565b604051610059919061131c565b60405180910390f35b61004c61007036600461105a565b6105d4565b34801561008157600080fd5b50610095610090366004611022565b610963565b604051610059919061...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", ...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'},...
[ 101, 1014, 2595, 2063, 2487, 2546, 22407, 2278, 2692, 2094, 27531, 22907, 15878, 22407, 2581, 2620, 2549, 3676, 16068, 2546, 2575, 4246, 2692, 2050, 23777, 2581, 2487, 2094, 23352, 2683, 2620, 2063, 2487, 10975, 8490, 2863, 5024, 3012, 1014...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
638
0xe3039217fd71ace6da76a37929c04db0a357910c
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b50600436106103f15760003560e01c806381c0c26311610215578063c0c53b8b11610125578063e1522536116100b8578063f77c479111610087578063f77c479114610ac0578063f8c8765e14610ac8578063fd96044b14610b06578063fe06566c14610b2c578063fec8ee0c14610b52576103f1565b8063e152253614610a63578063e6f1daf214610a915780...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality"...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'},...
[ 101, 1014, 2595, 2063, 14142, 23499, 17465, 2581, 2546, 2094, 2581, 2487, 10732, 2575, 2850, 2581, 2575, 2050, 24434, 2683, 24594, 2278, 2692, 2549, 18939, 2692, 2050, 19481, 2581, 2683, 10790, 2278, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
639
0xe354a4be079d114a08828e2f6160df6ef7c489db
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; interface ERC20 { function approve(address, uint256) external returns (bool); function transfer(address, uint256) external returns (bool); function transferFrom(address, address, uint256) external returns (bool); function name() external view...
0x608060405234801561001057600080fd5b50600436106100415760003560e01c806330fa738c14610046578063d4fac45d14610064578063f72c079114610084575b600080fd5b61004e61008c565b60405161005b91906102e4565b60405180910390f35b610077610072366004610273565b6100c5565b60405161005b9190610355565b61004e610217565b604051806040016040528060058152602001...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2063, 19481, 2549, 2050, 2549, 4783, 2692, 2581, 2683, 2094, 14526, 2549, 2050, 2692, 2620, 2620, 22407, 2063, 2475, 2546, 2575, 16048, 2692, 20952, 2575, 12879, 2581, 2278, 18139, 2683, 18939, 10975, 8490, 2863, 5024, 3012...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
640
0xe372ED8d188517eF4d4bC464C0c068d2002E2903
pragma solidity 0.6.5; interface LandToken { function mintQuad( address to, uint256 size, uint256 x, uint256 y, bytes calldata data ) external; } contract Admin { address internal _admin; /// @dev emitted when the contract administrator is changed. ...
0x6080604052600436106101a15760003560e01c80637c53ec4c116100e1578063bc197c811161008a578063dc5074af11610064578063dc5074af14610c90578063e56f8a9e14610cc3578063e97eb0a214610ced578063f23a6e6114610d19576101a1565b8063bc197c8114610a3c578063c10a420814610bab578063caed350014610c7b576101a1565b8063984d6252116100bb578063984d6252146109...
{"success": true, "error": null, "results": {"detectors": [{"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2063, 24434, 2475, 2098, 2620, 2094, 15136, 27531, 16576, 12879, 2549, 2094, 2549, 9818, 21472, 2549, 2278, 2692, 2278, 2692, 2575, 2620, 2094, 28332, 2475, 2063, 24594, 2692, 2509, 10975, 8490, 2863, 5024, 3012, 1014, 1012...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
641
0xe4baf69b887843ab6a0e82e8baea49010ff619af
pragma solidity 0.6.2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * *...
0x6080604052600436106101e35760003560e01c80638a3d470e11610102578063cac39a0511610095578063f2fde38b11610064578063f2fde38b14610902578063f32cd08d14610935578063fccc281314610a65578063fd688a5114610a7a576101e3565b8063cac39a05146107ed578063d41977cd14610899578063e54e26b9146108ae578063e86098f5146108d8576101e3565b8063a7252953116100...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "imp...
true
null
{'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2063, 2549, 3676, 2546, 2575, 2683, 2497, 2620, 2620, 2581, 2620, 23777, 7875, 2575, 2050, 2692, 2063, 2620, 2475, 2063, 2620, 3676, 5243, 26224, 24096, 2692, 4246, 2575, 16147, 10354, 10975, 8490, 2863, 5024, 3012, 1014, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
642
0xe4DfC679F21e47609238C7F92d9416D5b726005f
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; interface ILimitStorage { struct Limit { // the current limit uint128 current; // the pending limit if any uint128 pending; // when the pending limit becomes the current limit uint64 changeAfter; ...
0x608060405234801561001057600080fd5b506004361061004c5760003560e01c806319ab453c146100515780635a1db8c414610079578063c412967b146100a7578063fff3f2c9146100e0575b600080fd5b6100776004803603602081101561006757600080fd5b50356001600160a01b03166100e8565b005b6100776004803603604081101561008f57600080fd5b506001600160a01b03813581169160...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2063, 2549, 20952, 2278, 2575, 2581, 2683, 2546, 17465, 2063, 22610, 16086, 2683, 21926, 2620, 2278, 2581, 2546, 2683, 2475, 2094, 2683, 23632, 2575, 2094, 2629, 2497, 2581, 23833, 8889, 2629, 2546, 10975, 8490, 2863, 5024,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
643
0xe517aa81408236cf3fd1170b708741614becb631
pragma solidity 0.5.17; pragma experimental ABIEncoderV2; contract GovernorAlpha { /// @notice The name of this contract string public constant name = "GAMER Governor Alpha"; /// @notice The number of votes in support of a proposal required in order for a quorum to be reached and for a vote to succeed...
0x6080604052600436106100dd5760003560e01c80636fc1f57e1161007f578063c1a287e211610059578063c1a287e21461066e578063e177246e14610683578063f2b06537146106ad578063f851a440146106d7576100dd565b80636fc1f57e1461061b5780637d645fab14610644578063b1b43ae514610659576100dd565b80633a66f901116100bb5780633a66f901146102f85780634dd18bf5146104...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-transfer", "...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'...
[ 101, 1014, 2595, 2063, 22203, 2581, 11057, 2620, 16932, 2692, 2620, 21926, 2575, 2278, 2546, 2509, 2546, 2094, 14526, 19841, 2497, 19841, 2620, 2581, 23632, 2575, 16932, 4783, 27421, 2575, 21486, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
644
0xe59b261d3ea188c952ff254ffaf270568ae3ef02
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b506004361061010a5760003560e01c806376d07f6b116100a2578063af6967bb11610071578063af6967bb1461021d578063b39e12cf14610230578063c4d66de814610238578063ca15c8731461024b578063d547741f1461025e5761010a565b806376d07f6b146101c25780639010d07c146101d557806391d14854146101f5578063a217fddf146102155761...
{"success": true, "error": null, "results": {"detectors": [{"check": "write-after-write", "impact": "Medium", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", ...
true
null
{'detectors': [{'check': 'write-after-write', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]...
[ 101, 1014, 2595, 2063, 28154, 2497, 23833, 2487, 2094, 2509, 5243, 15136, 2620, 2278, 2683, 25746, 4246, 17788, 2549, 20961, 2546, 22907, 2692, 26976, 2620, 6679, 2509, 12879, 2692, 2475, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
645
0xe5c405c5578d84c5231d3a9a29ef4374423fa0c2
pragma solidity 0.6.8; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a ...
0x6080604052600436106100745760003560e01c806376a162a31161004e57806376a162a31461011e5780639a202d4714610133578063ab033ea914610148578063d9caed1214610168576100ae565b80633bffd49d146100b357806367b1f5df146100de578063704b6c02146100fe576100ae565b366100ae576001546001600160a01b031633146100ac5760405162461bcd60e51b81526004016100a390...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2063, 2629, 2278, 12740, 2629, 2278, 24087, 2581, 2620, 2094, 2620, 2549, 2278, 25746, 21486, 2094, 2509, 2050, 2683, 2050, 24594, 12879, 23777, 2581, 22932, 21926, 7011, 2692, 2278, 2475, 10975, 8490, 2863, 5024, 3012, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
646
0xe61b48d00b9ca02dd9a3764a4d9d263cd7b4d351
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b506004361061012b5760003560e01c80639010d07c116100ad578063b39e12cf11610071578063b39e12cf14610256578063c09558db1461025e578063c4d66de814610271578063ca15c87314610284578063d547741f146102975761012b565b80639010d07c146101e857806391d14854146102085780639ac1c4ad14610228578063a15f74a21461023b5780...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2063, 2575, 2487, 2497, 18139, 2094, 8889, 2497, 2683, 3540, 2692, 2475, 14141, 2683, 2050, 24434, 21084, 2050, 2549, 2094, 2683, 2094, 23833, 2509, 19797, 2581, 2497, 2549, 2094, 19481, 2487, 10975, 8490, 2863, 5024, 3012,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
647
0xe6410569602124506658ff992f258616ea2d4a3d
pragma solidity 0.5.17; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among o...
0x608060405234801561001057600080fd5b50600436106101735760003560e01c8063715018a6116100de578063a9059cbb11610097578063dd62ed3e11610071578063dd62ed3e14610501578063e7a324dc1461052f578063f1127ed814610537578063f2fde38b1461058957610173565b8063a9059cbb14610468578063b4b5ea5714610494578063c3cda520146104ba57610173565b8063715018a614...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2063, 21084, 10790, 26976, 2683, 16086, 17465, 18827, 12376, 28756, 27814, 4246, 2683, 2683, 2475, 2546, 17788, 20842, 16048, 5243, 2475, 2094, 2549, 2050, 29097, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1019, 1012, 2459, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
648
0xe66a9ae541b43a346e1a1fc82a2187c622093831
pragma solidity 0.6.6; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x608060405234801561001057600080fd5b50600436106100625760003560e01c80632689a5a71461006757806338af3eed146100855780634f04a86b146100cf57806386d1a69f146100ed578063b91d4001146100f7578063fc0c546a14610115575b600080fd5b61006f61015f565b6040518082815260200191505060405180910390f35b61008d610169565b604051808273ffffffffffffffffffffff...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2063, 28756, 2050, 2683, 6679, 27009, 2487, 2497, 23777, 2050, 22022, 2575, 2063, 2487, 27717, 11329, 2620, 2475, 2050, 17465, 2620, 2581, 2278, 2575, 19317, 2692, 2683, 22025, 21486, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
649
0xe716bdcaef709f9685e843bf67842a3a1c449410
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2063, 2581, 16048, 2497, 16409, 6679, 2546, 19841, 2683, 2546, 2683, 2575, 27531, 2063, 2620, 23777, 29292, 2575, 2581, 2620, 20958, 2050, 2509, 27717, 2278, 22932, 2683, 23632, 2692, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
650
0xe73C21B1F7F290314ed768a7997e20859B9bE6e6
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106100c25760003560e01c80637753f47b1161007f578063934785b711610059578063934785b7146102aa578063bfe142a3146102f5578063c1bce0b71461030a578063c91d59fe14610349576100c2565b80637753f47b1461020857806383c2120c146102395780638905d1781461026c576100c2565b806305a363de146100c757806313120a4e146100f357806347e7ef24146101...
{"success": true, "error": null, "results": {"detectors": [{"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", ...
true
null
{'detectors': [{'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrec...
[ 101, 1014, 2595, 2063, 2581, 2509, 2278, 17465, 2497, 2487, 2546, 2581, 2546, 24594, 2692, 21486, 2549, 2098, 2581, 2575, 2620, 2050, 2581, 2683, 2683, 2581, 2063, 11387, 27531, 2683, 2497, 2683, 4783, 2575, 2063, 2575, 10975, 8490, 2863, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
651
0xe7479440babcdf926868999d70861c3860159e4a
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2063, 2581, 22610, 2683, 22932, 2692, 3676, 9818, 20952, 2683, 23833, 20842, 2620, 2683, 2683, 2683, 2094, 19841, 20842, 2487, 2278, 22025, 16086, 16068, 2683, 2063, 2549, 2050, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
652
0xe7A4556e09be6D72Ee1B2D3a8f591eb0fB6ce6F2
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x608060405234801561001057600080fd5b50600436106101585760003560e01c8063526d6461116100c3578063870e44d91161007c578063870e44d9146102d95780638fb5a482146102e1578063bfe142a3146102f4578063cae81e6e146102fc578063d802178e1461030f578063d98bb5b11461033157610158565b8063526d64611461027b5780635c1e4172146102835780635f3bc8e7146102965780...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 2063, 2581, 2050, 19961, 26976, 2063, 2692, 2683, 4783, 2575, 2094, 2581, 2475, 4402, 2487, 2497, 2475, 2094, 2509, 2050, 2620, 2546, 28154, 2487, 15878, 2692, 26337, 2575, 3401, 2575, 2546, 2475, 10975, 8490, 2863, 5024, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
653
0xe88f8ba2b64883210e93f26712507de25dc08770
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; struct ProtocolBalance { ProtocolMetadata metadata; AdapterBalance[] adapterBalances; } struct ProtocolMetadata { string name; string description; string websiteURL; string iconURL; uint256 version; } struct AdapterBalance ...
0x608060405234801561001057600080fd5b50600436106100365760003560e01c80632a50c1461461003b57806379b1833414610064575b600080fd5b61004e610049366004610b76565b610084565b60405161005b9190610ee4565b60405180910390f35b610077610072366004610b76565b610286565b60405161005b9190610e32565b61008c610a78565b60405180608001604052808373ffffffffff...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "uninitialized-local", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'uninitialized-local', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2063, 2620, 2620, 2546, 2620, 3676, 2475, 2497, 21084, 2620, 2620, 16703, 10790, 2063, 2683, 2509, 2546, 23833, 2581, 12521, 12376, 2581, 3207, 17788, 16409, 2692, 2620, 2581, 19841, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
654
0xe8955e12eed4a1686b232cfa5e30182317a00204
pragma solidity 0.5.17; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among o...
0x608060405234801561001057600080fd5b50600436106102115760003560e01c806364482f7911610125578063938d44f3116100ad578063ce872d871161007c578063ce872d8714610566578063d49e77cd1461056e578063e2bbb15814610576578063ec43277214610599578063f2fde38b146105a157610211565b8063938d44f3146104eb57806393f1a40b146104f3578063ae600769146105385780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth",...
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}...
[ 101, 1014, 2595, 2063, 2620, 2683, 24087, 2063, 12521, 13089, 2549, 27717, 2575, 20842, 2497, 21926, 2475, 2278, 7011, 2629, 2063, 14142, 15136, 21926, 16576, 2050, 8889, 11387, 2549, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1019, 1012, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
655
0xE8E01964341C29b21e8E8837Fd1726dA0843958d
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106101235760003560e01c80638c8a7958116100a0578063d3661fa511610064578063d3661fa5146102a6578063d36b907d146102bb578063e074bb47146102d0578063ef9486df146102f0578063f1d02162146103055761012a565b80638c8a795814610225578063a3b8e5d11461023a578063a46a66c914610267578063c91d59fe1461027c578063d0cc7289146102915761012a...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 2063, 2620, 2063, 24096, 2683, 21084, 22022, 2487, 2278, 24594, 2497, 17465, 2063, 2620, 2063, 2620, 2620, 24434, 2546, 2094, 16576, 23833, 2850, 2692, 2620, 23777, 2683, 27814, 2094, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
656
0xe9778E69a961e64d3cdBB34CF6778281d34667c2
pragma solidity 0.7.0; library AdditionalMath { using SafeMath for uint256; function max16(uint16 a, uint16 b) internal pure returns (uint16) { return a >= b ? a : b; } function min16(uint16 a, uint16 b) internal pure returns (uint16) { return a < b ? a : b; } /** ...
0x60806040526004361061021a5760003560e01c806387a15dc911610123578063b15cf964116100ab578063e1fe7d231161006f578063e1fe7d231461068b578063e2fdcc17146106b5578063f2fde38b146106ca578063fc0c546a146106fd578063fc0e74d1146107125761021a565b8063b15cf96414610590578063bc859f44146105a5578063be7ff580146105cf578063cbce49ed146105e4578063cf...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unused-return", "impact":...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2063, 2683, 2581, 2581, 2620, 2063, 2575, 2683, 2050, 2683, 2575, 2487, 2063, 21084, 2094, 2509, 19797, 10322, 22022, 2278, 2546, 2575, 2581, 2581, 2620, 22407, 2487, 2094, 22022, 28756, 2581, 2278, 2475, 10975, 8490, 2863,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
657
0xE979a7f17F74288F87D958d4ab844CD401B510C2
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x
{"success": true, "error": null, "results": {"detectors": [{"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-lowlevel", "impact": "Medium", ...
true
null
{'detectors': [{'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowlevel', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrec...
[ 101, 1014, 2595, 2063, 2683, 2581, 2683, 2050, 2581, 2546, 16576, 2546, 2581, 20958, 2620, 2620, 2546, 2620, 2581, 2094, 2683, 27814, 2094, 2549, 7875, 2620, 22932, 19797, 12740, 2487, 2497, 22203, 2692, 2278, 2475, 10975, 8490, 2863, 5024,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
658
0xea4addb4e9d1d1d645940e49aca202a261e4dc16
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 5243, 2549, 4215, 18939, 2549, 2063, 2683, 2094, 2487, 2094, 2487, 2094, 21084, 28154, 12740, 2063, 26224, 19629, 11387, 2475, 2050, 23833, 2487, 2063, 2549, 16409, 16048, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1018, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
659
0xEa6556E350cD0C61452a26aB34E69EBf6f1808BA
pragma solidity 0.7.4; library SafeMathLib { function times(uint a, uint b) public pure returns (uint) { uint c = a * b; require(a == 0 || c / a == b, 'Overflow detected'); return c; } function minus(uint a, uint b) public pure returns (uint) { require(b <= a, 'Underflow detected'); ...
0x608060405234801561001057600080fd5b50600436106101f05760003560e01c80639bea8e541161010f578063cb22b4b4116100a2578063d624ac3411610071578063d624ac3414610b3c578063d76627a114610b99578063eaaf77e614610bf6578063fc0c546a14610c3f576101f0565b8063cb22b4b4146109fe578063cc834f5a14610a4a578063d2fad7df14610aa2578063d4a22bde14610af85761...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 5243, 26187, 26976, 2063, 19481, 2692, 19797, 2692, 2278, 2575, 16932, 25746, 2050, 23833, 7875, 22022, 2063, 2575, 2683, 15878, 2546, 2575, 2546, 15136, 2692, 2620, 3676, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1021, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
660
0xea8dca16428e2a3eae729db792865f53d662f031
pragma solidity 0.6.12; interface RewardPool { function stake(uint) external; function withdraw(uint) external; function getReward() external; function earned(address) external view returns (uint); } contract Initializable { /** * @dev Indicates that the contract has been initial...
0x608060405234801561001057600080fd5b50600436106103a45760003560e01c806376d8b117116101e9578063bf88a6ff1161010f578063dfe05031116100ad578063efbe1c1c1161007c578063efbe1c1c14610a29578063f77c479114610a31578063fd96044b14610a39578063fec8ee0c14610a5f576103a4565b8063dfe05031146109cc578063e1522536146109d4578063e6f1daf214610a025780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 5243, 2620, 16409, 27717, 21084, 22407, 2063, 2475, 2050, 2509, 5243, 2063, 2581, 24594, 18939, 2581, 2683, 22407, 26187, 2546, 22275, 2094, 28756, 2475, 2546, 2692, 21486, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
661
0xEA8ffeAD840034CF625Ecde9f3dE1abF77F948Dc
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106102515760003560e01c80635c1e417211610139578063a8c90323116100b6578063d98bb5b11161007a578063d98bb5b114610620578063deca5f8814610640578063e3bbb4f114610660578063f05def8114610675578063f24ccbfe14610695578063f851a440146106aa57610251565b8063a8c90323146105a1578063b20b7209146105c1578063bfc36172146105d6578063bf...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 5243, 2620, 16020, 4215, 2620, 29537, 22022, 2278, 2546, 2575, 17788, 8586, 3207, 2683, 2546, 29097, 2063, 2487, 7875, 2546, 2581, 2581, 2546, 2683, 18139, 16409, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, 1020,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
662
0xeAb126AE68de4c65834Ad9b6A570661cDbC2F6D0
pragma solidity 0.5.17; pragma experimental ABIEncoderV2; interface PotLike { function chi() external view returns (uint); function pie(address) external view returns (uint); function drip() external returns (uint); function join(uint) external; function exit(uint) external; } interface GemL...
0x6080604052600436106102725760003560e01c806395d89b411161014f578063c37f68e2116100c1578063f2b3abbd1161007a578063f2b3abbd14610a22578063f3fdb15a14610a55578063f851a44014610a6a578063f8f9da2814610a7f578063fca7820b14610a94578063fe9c44ae14610abe57610272565b8063c37f68e2146108ff578063c5ebeaec14610958578063db006a7514610982578063dd...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "boolean-cst", "impact": "Medium", "confidence": "Medium"}, {"check": "controlled-delegatecall", "imp...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'boolean-cst', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'controlled-delegatecall', 'impact': 'High', 'confidence': 'Medium'}, {'che...
[ 101, 1014, 2595, 5243, 2497, 12521, 2575, 6679, 2575, 2620, 3207, 2549, 2278, 26187, 2620, 22022, 4215, 2683, 2497, 2575, 2050, 28311, 2692, 28756, 2487, 19797, 9818, 2475, 2546, 2575, 2094, 2692, 10975, 8490, 2863, 5024, 3012, 1014, 1012, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
663
0xebeb714456167154b874c1afa13f1cd98202e38a
pragma solidity 0.5.16; interface IERC20 { event Approval(address indexed owner, address indexed spender, uint value); event Transfer(address indexed from, address indexed to, uint value); function name() external view returns (string memory); function symbol() external view returns (string memor...
0x608060405234801561001057600080fd5b50600436106100885760003560e01c8063a2e74af61161005b578063a2e74af6146100f0578063c9c6539614610118578063e6a4390514610146578063f46901ed1461017457610088565b8063017e7e581461008d578063094b7415146100b15780631e3dd18b146100b9578063574f2ba3146100d6575b600080fd5b61009561019a565b604080516001600160...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 15878, 15878, 2581, 16932, 19961, 2575, 16048, 2581, 16068, 2549, 2497, 2620, 2581, 2549, 2278, 2487, 10354, 27717, 2509, 2546, 2487, 19797, 2683, 2620, 11387, 2475, 2063, 22025, 2050, 10975, 8490, 2863, 5024, 3012, 1014, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
664
0xebecbdf1d39abfd679a25319a07cde299403349f
pragma solidity 0.5.16; interface ISmartRightsCertify { function certifyHash(address _owner, bytes32 _hash) external; function certifyHash(bytes32 _hash) external; function getHashOwner(bytes32 _hash) external view returns(address); function addToWhitelist(address user) external; } contract ...
0x608060405234801561001057600080fd5b506004361061004c5760003560e01c8063233b733e146100515780638636e828146100bf578063e43252d71461010d578063f56d6f8714610151575b600080fd5b61007d6004803603602081101561006757600080fd5b810190808035906020019092919050505061017f565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffff...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 15878, 8586, 2497, 20952, 2487, 2094, 23499, 7875, 2546, 2094, 2575, 2581, 2683, 2050, 17788, 21486, 2683, 2050, 2692, 2581, 19797, 2063, 24594, 2683, 12740, 22394, 26224, 2546, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
665
0xec05190ba807a4b1819365cb22420c74925c7027
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106102465760003560e01c8063526d646111610139578063a8c90323116100b6578063d98bb5b11161007a578063d98bb5b1146105f5578063deca5f8814610615578063e3bbb4f114610635578063f05def811461064a578063f24ccbfe1461066a578063f851a4401461067f57610246565b8063a8c9032314610576578063b20b720914610596578063bfc36172146105ab578063bf...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 8586, 2692, 22203, 21057, 3676, 17914, 2581, 2050, 2549, 2497, 15136, 16147, 21619, 2629, 27421, 19317, 20958, 2692, 2278, 2581, 26224, 17788, 2278, 19841, 22907, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, 1020, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
666
0xec476dd4dbf8dfa147244867c0b3b9a5f11d171c
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; interface ERC20 { function approve(address, uint256) external returns (bool); function transfer(address, uint256) external returns (bool); function transferFrom(address, address, uint256) external returns (bool); function name() external view...
0x608060405234801561001057600080fd5b50600436106100415760003560e01c806330fa738c14610046578063d4fac45d14610064578063f72c079114610084575b600080fd5b61004e61008c565b60405161005b919061023d565b60405180910390f35b6100776100723660046101d0565b6100c5565b60405161005b91906102ae565b61004e610173565b604051806040016040528060148152602001...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 8586, 22610, 2575, 14141, 2549, 18939, 2546, 2620, 20952, 27717, 22610, 18827, 18139, 2575, 2581, 2278, 2692, 2497, 2509, 2497, 2683, 2050, 2629, 2546, 14526, 2094, 16576, 2487, 2278, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
667
0xec9cc78463b72d7246e8189df5eed5fdc3508e71
pragma solidity 0.6.12; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among o...
0x608060405234801561001057600080fd5b50600436106100935760003560e01c8063901be04111610066578063901be04114610307578063a7eaa1861461033b578063bc197c811461049e578063d533249a14610634578063f23a6e61146106ac57610093565b806301ffc9a71461009857806307662922146100fb57806352aecb24146101c25780638920e8911461028f575b600080fd5b6100e3600480...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}]}
[ 101, 1014, 2595, 8586, 2683, 9468, 2581, 2620, 21472, 2509, 2497, 2581, 2475, 2094, 2581, 18827, 2575, 2063, 2620, 15136, 2683, 20952, 2629, 13089, 2629, 2546, 16409, 19481, 2692, 2620, 2063, 2581, 2487, 10975, 8490, 2863, 5024, 3012, 1014,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
668
0xecb7d1c6be79f4693bef2c7c10386dfdb8980a83
pragma solidity 0.5.17; interface GAMER { function gamersScalingFactor() external view returns (uint256); function balanceOfUnderlying(address amount) external returns(uint256); function mint(address to, uint256 amount) external; } library Math { /** * @dev Returns the largest of two number...
0x608060405234801561001057600080fd5b50600436106103205760003560e01c80636ebcf607116101a75780639e141c31116100ee578063cfad57a211610097578063f2fde38b11610071578063f2fde38b14610923578063f3fef3a314610956578063fe1695311461098f57610320565b8063cfad57a2146108e0578063dbd92a5c14610913578063ebe2b12b1461091b57610320565b8063baed537111...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 8586, 2497, 2581, 2094, 2487, 2278, 2575, 4783, 2581, 2683, 2546, 21472, 2683, 2509, 4783, 2546, 2475, 2278, 2581, 2278, 10790, 22025, 2575, 20952, 18939, 2620, 2683, 17914, 2050, 2620, 2509, 10975, 8490, 2863, 5024, 3012, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
669
0xECc90A5F757fE8351d5119175c8167387DADA97E
pragma solidity 0.6.8; pragma experimental ABIEncoderV2; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /...
0x73ecc90a5f757fe8351d5119175c8167387dada97e30146080604052600436106100925760003560e01c8063567d1ebf11610065578063567d1ebf146100fc578063a385fb9614610104578063d7cc2a031461010c578063e6092ca61461012c57610092565b8063030293b2146100975780630f12fd2b146100c057806346784971146100d35780634cfea68a146100f4575b600080fd5b6100aa6100a536...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality"...
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'},...
[ 101, 1014, 2595, 8586, 2278, 21057, 2050, 2629, 2546, 23352, 2581, 7959, 2620, 19481, 2487, 2094, 22203, 16147, 16576, 2629, 2278, 2620, 16048, 2581, 22025, 2581, 14697, 2050, 2683, 2581, 2063, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 102...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
670
0xed5309daac912a52d985c317576a1b3f5020fdc9
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(addre...
0x60806040526004361061021e5760003560e01c80637e16e6e111610123578063a26e1186116100ab578063dca40d9e1161006f578063dca40d9e146105d4578063e4bd7074146105f4578063f75b98ce14610614578063f851a44014610634578063fa84702e1461064957610225565b8063a26e11861461054c578063a3f5d8cc1461055f578063b69f651114610574578063ce5494bb14610587578063cf...
{"success": true, "error": null, "results": {"detectors": [{"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-eth", "impact": "High...
true
null
{'detectors': [{'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'msg-v...
[ 101, 1014, 19068, 22275, 2692, 2683, 2850, 6305, 2683, 12521, 2050, 25746, 2094, 2683, 27531, 2278, 21486, 23352, 2581, 2575, 27717, 2497, 2509, 2546, 12376, 11387, 2546, 16409, 2683, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
671
0xed6aad9650815d1647480caa1133043800d31533
pragma solidity 0.7.1; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * *...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025857806370a08231146102bc57806395d89b4114610314578063a457c2d714610397578063a9059cbb146103fb578063dd62ed3e1461045f576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019557806323b872dd146101b35780...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 19068, 2575, 11057, 2094, 2683, 26187, 2692, 2620, 16068, 2094, 16048, 22610, 18139, 2692, 3540, 27717, 17134, 14142, 23777, 17914, 2692, 2094, 21486, 22275, 2509, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1021, 1012, 1015, 1025, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
672
0xee03e3d55d52a35ee364fce45cd1373e0f53f8d9
pragma solidity 0.5.17; contract NamedContract { /// @notice The name of contract, which can be set once string public name; /// @notice Sets contract name. function setContractName(string memory newName) internal { name = newName; } } contract Ownable { /// @notice Storage p...
0x60806040526004361061007b5760003560e01c8063a2c1cae21161004e578063a2c1cae2146102b6578063aaf10f42146102cd578063d784d42614610324578063e9c8588d146103755761007b565b806306fdde031461012757806331d062c3146101b757806387f4427e1461020e578063893d20e81461025f575b600080369050116100f4576040517f08c379a000000000000000000000000000000000...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 4402, 2692, 2509, 2063, 29097, 24087, 2094, 25746, 2050, 19481, 4402, 21619, 2549, 11329, 2063, 19961, 19797, 17134, 2581, 2509, 2063, 2692, 2546, 22275, 2546, 2620, 2094, 2683, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
673
0xee1520F6AaBf3F5F125F2A4c096a0DE083b82Fc9
pragma solidity 0.6.12; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - ...
0x608060405234801561001057600080fd5b50600436106101775760003560e01c8063a4e2d634116100d8578063cf3090121161008c578063eec0701f11610066578063eec0701f146104f4578063f83d08ba146104fc578063fcd13d651461050457610177565b8063cf309012146104dc578063d2523526146104e4578063e4e99222146104ec57610177565b8063acdb8e04116100bd578063acdb8e0414...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 4402, 16068, 11387, 2546, 2575, 11057, 29292, 2509, 2546, 2629, 2546, 12521, 2629, 2546, 2475, 2050, 2549, 2278, 2692, 2683, 2575, 2050, 2692, 3207, 2692, 2620, 2509, 2497, 2620, 2475, 11329, 2683, 10975, 8490, 2863, 5024, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
674
0xee15db1fb40e00aeacf3600cbcec068d0afd4f69
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x6080604052600436106100e15760003560e01c806341c0e1b51161007f578063b91351e111610059578063b91351e11461029e578063cae270b6146102e1578063deca5f8814610317578063f851a4401461034a576100e8565b806341c0e1b5146102415780638da5cb5b14610256578063a7304bf71461026b576100e8565b806329f7fc9e116100bb57806329f7fc9e1461019b5780632a441f05146101...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 4402, 16068, 18939, 2487, 26337, 12740, 2063, 8889, 21996, 2278, 2546, 21619, 8889, 27421, 3401, 2278, 2692, 2575, 2620, 2094, 2692, 10354, 2094, 2549, 2546, 2575, 2683, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
675
0xee4805585e8a7b7fcf55fc9fff092afe46612cf0
pragma solidity 0.7.1; abstract contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () { } function _msgSender() internal view virtual returns (address payable) { ...
0x6080604052600436106100a75760003560e01c80638bd89075116100645780638bd890751461019f5780638da5cb5b146101f0578063acb0808e14610231578063cf3090121461025c578063d5999a5c14610287578063f2fde38b146102b2576100a7565b80632b3e43c6146100ac5780633488bd19146100d75780633ccfd60b14610102578063715018a61461011957806377c13549146101305780638b...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 4402, 18139, 2692, 24087, 27531, 2063, 2620, 2050, 2581, 2497, 2581, 11329, 2546, 24087, 11329, 2683, 4246, 2546, 2692, 2683, 2475, 10354, 2063, 21472, 2575, 12521, 2278, 2546, 2692, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
676
0xeea9ae787f3a620072d13b2cdc8cabffb9c0ab96
pragma solidity 0.7.0; contract Context { function _msgSender() internal view returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - see https://...
0x608060405234801561001057600080fd5b50600436106100e95760003560e01c806342966c681161008c57806395d89b411161006657806395d89b41146103c0578063a457c2d714610443578063a9059cbb146104a7578063dd62ed3e1461050b576100e9565b806342966c681461030657806370a0823114610334578063945391121461038c576100e9565b806318160ddd116100c857806318160ddd14...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 4402, 2050, 2683, 6679, 2581, 2620, 2581, 2546, 2509, 2050, 2575, 28332, 2581, 2475, 2094, 17134, 2497, 2475, 19797, 2278, 2620, 3540, 29292, 26337, 2683, 2278, 2692, 7875, 2683, 2575, 10975, 8490, 2863, 5024, 3012, 1014, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
677
0xeef9f339514298c6a857efcfc1a762af84438dee
pragma solidity 0.6.12; interface IERC1820Registry { /** * @dev Sets `newManager` as the manager for `account`. A manager of an * account is able to set interface implementers for it. * * By default, each account is its own manager. Passing a value of `0x0` in * `newManager` will res...
0x608060405234801561001057600080fd5b50600436106101775760003560e01c806370a08231116100d8578063a9059cbb1161008c578063dd62ed3e11610066578063dd62ed3e1461041d578063e3ee160e14610458578063e94a0102146104c457610177565b8063a9059cbb1461037c578063c473af33146103b5578063d505accf146103bd57610177565b806395d89b41116100bd57806395d89b4114...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-eth", "impact": "...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'u...
[ 101, 1014, 2595, 4402, 2546, 2683, 2546, 22394, 2683, 22203, 20958, 2683, 2620, 2278, 2575, 2050, 27531, 2581, 12879, 2278, 11329, 2487, 2050, 2581, 2575, 2475, 10354, 2620, 22932, 22025, 26095, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
678
0xefa47d67d442b6b52867627ca55d43e72d875184
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x60806040526004361061023f5760003560e01c80636738929f1161012e578063cfac57c7116100ab578063e3841dad1161006f578063e3841dad14610587578063e9c2b6f91461059a578063ed202109146105ad578063f1d25396146105cd578063f24ccbfe146105e257610246565b8063cfac57c7146104e3578063d0cc72891461050d578063d3661fa514610522578063e304c60814610537578063e3...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 12879, 2050, 22610, 2094, 2575, 2581, 2094, 22932, 2475, 2497, 2575, 2497, 25746, 20842, 2581, 2575, 22907, 3540, 24087, 2094, 23777, 2063, 2581, 2475, 2094, 2620, 23352, 15136, 2549, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
679
0xEffc394E44d68423447218daBefBB49F78bEc2BB
pragma solidity 0.6.6; pragma experimental ABIEncoderV2; contract DSAuthEvents { event LogSetAuthority(address indexed authority); event LogSetOwner(address indexed owner); } contract DSAuth is DSAuthEvents { DSAuthority public authority; address public owner; constructor() public { ...
0x608060405234801561001057600080fd5b506004361061014d5760003560e01c806351c4a631116100c3578063870e44d91161007c578063870e44d9146102bb5780638fb5a482146102c3578063bfe142a3146102d6578063cae81e6e146102de578063d802178e146102f1578063d98bb5b1146103135761014d565b806351c4a6311461025d578063526d6461146102705780635f3bc8e7146102785780...
{"success": true, "error": null, "results": {"detectors": [{"check": "tx-origin", "impact": "Medium", "confidence": "Medium"}, {"check": "name-reused", "impact": "High", "confidence": "High"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confiden...
true
null
{'detectors': [{'check': 'tx-origin', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'name-reused', 'impact': 'High', 'confidence': 'High'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-lowleve...
[ 101, 1014, 2595, 12879, 11329, 23499, 2549, 2063, 22932, 2094, 2575, 2620, 20958, 22022, 22610, 17465, 2620, 2850, 4783, 26337, 2497, 26224, 2546, 2581, 2620, 4783, 2278, 2475, 10322, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
680
0xf03650933fc943a5987db2dd6c33a836190d6f38
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; contract IAbacusOracle{ uint public callFee; function getJobResponse(uint64 _jobId) public view returns(uint64[] memory _values){ } function scheduleFunc(address to ,uint callTime, bytes memory data , uint fee , uint gaslimit ,uint gasprice...
0x608060405234801561001057600080fd5b50600436106101c45760003560e01c8063b9082981116100f9578063e0059b3111610097578063ec020d4511610071578063ec020d45146103f8578063f1d80b8914610418578063f5da23ab1461042b578063fd90d0971461043e576101c4565b8063e0059b31146103bf578063e364db92146103d2578063e86ef40b146103e5576101c4565b8063c1afcd3e11...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "imp...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'che...
[ 101, 1014, 2595, 2546, 2692, 21619, 12376, 2683, 22394, 11329, 2683, 23777, 2050, 28154, 2620, 2581, 18939, 2475, 14141, 2575, 2278, 22394, 2050, 2620, 21619, 16147, 2692, 2094, 2575, 2546, 22025, 10975, 8490, 2863, 5024, 3012, 1014, 1012, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
681
0xf04bc80900f2248878b2ad9478f3109239862c66
pragma solidity 0.4.21; contract EIP20Interface { /* This is a slight change to the ERC20 base standard. function totalSupply() constant returns (uint256 supply); is replaced with: uint256 public totalSupply; This automatically creates a getter function for the totalSupply. This is ...
0x6060604052600436106100af576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806306fdde03146100b4578063095ea7b31461014257806318160ddd1461019c57806323b872dd146101c557806327e235e31461023e578063313ce5671461028b5780635c658165146102ba57806370a082311461032657806395d89b4114610373578063a9059cbb...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2546, 2692, 2549, 9818, 17914, 21057, 2692, 2546, 19317, 18139, 2620, 2581, 2620, 2497, 2475, 4215, 2683, 22610, 2620, 2546, 21486, 2692, 2683, 21926, 2683, 20842, 2475, 2278, 28756, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
682
0xf1949c405B7c134DC37FFF5637CD1c305c23081a
pragma solidity 0.6.10; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view retu...
0x608060405234801561001057600080fd5b50600436106100575760003560e01c806307f3b8bb1461005c57806393b9740a146100a6578063c029e868146100c4578063c24126761461010e578063fd22103114610158575b600080fd5b610064610162565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 16147, 26224, 2278, 12740, 2629, 2497, 2581, 2278, 17134, 2549, 16409, 24434, 4246, 2546, 26976, 24434, 19797, 2487, 2278, 14142, 2629, 2278, 21926, 2692, 2620, 2487, 2050, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
683
0xf1A9589880DbF393F32A5b2d5a0054Fa10385074
pragma solidity 0.7.4; interface IArbitrable { /** * @dev To be raised when a ruling is given. * @param _arbitrator The arbitrator giving the ruling. * @param _disputeID ID of the dispute in the Arbitrator contract. * @param _ruling The ruling which was given. */ event Ruling(IA...
0x60806040526004361061023b5760003560e01c806382b350171161012e578063b5f3918b116100ab578063cc7b9d061161006f578063cc7b9d0614610a77578063d2dbe1d814610aa2578063d661dd3114610acc578063e4c0aaf414610ae1578063fc6f8f1614610b145761023b565b8063b5f3918b14610984578063b8573185146109ae578063c17a340e146109cb578063c36cd196146109e0578063c4...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-eth", "impact": "High", "confidence": "Medium"}, {"check": "unchecked-send", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-eth', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unchecked-send', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 2487, 2050, 2683, 27814, 2683, 2620, 17914, 18939, 2546, 23499, 2509, 2546, 16703, 2050, 2629, 2497, 2475, 2094, 2629, 2050, 8889, 27009, 7011, 10790, 22025, 12376, 2581, 2549, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
684
0xf247f7d61babed6551cC5fb4b8ee712C57247997
pragma solidity 0.6.8; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among ot...
0x6080604052600436106102ae5760003560e01c806397a6d27411610175578063c73cce39116100dc578063f2a6f21511610095578063fa70c3021161006f578063fa70c30214610d53578063fb15298d14610ddd578063fb34499d14610e16578063fc9d015414610e43576102ae565b8063f2a6f21514610cf6578063f2fde38b14610d0b578063f338fc1914610d3e576102ae565b8063c73cce3914610a...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 18827, 2581, 2546, 2581, 2094, 2575, 2487, 3676, 8270, 26187, 22203, 9468, 2629, 26337, 2549, 2497, 2620, 4402, 2581, 12521, 2278, 28311, 18827, 2581, 2683, 2683, 2581, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
685
0xf295b379960fc5eb0ae717ea14c43f75c6049f4d
pragma solidity 0.6.10; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b50600436106101365760003560e01c806376d07f6b116100b8578063a217fddf1161007c578063a217fddf14610261578063b39e12cf14610269578063c09558db14610271578063c4d66de814610284578063ca15c87314610297578063d547741f146102aa57610136565b806376d07f6b146101f55780639010d07c1461020857806391d148541461021b5780...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2546, 24594, 2629, 2497, 24434, 2683, 2683, 16086, 11329, 2629, 15878, 2692, 6679, 2581, 16576, 5243, 16932, 2278, 23777, 2546, 23352, 2278, 16086, 26224, 2546, 2549, 2094, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
686
0xf2ddae89449b7d26309a5d54614b1fc99c608af5
pragma solidity 0.5.17; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address who) external view returns ...
0x60806040526004361061012a5760003560e01c80636b9db4e6116100ab57806395d89b411161006f57806395d89b4114610670578063a457c2d714610700578063a9059cbb14610773578063be9a6555146107e6578063dd62ed3e146107fd578063f2fde38b146108825761012a565b80636b9db4e6146104be57806370a082311461052a57806375f12b211461058f57806379cc6790146105be5780638d...
{"success": true, "error": null, "results": {"detectors": [{"check": "locked-ether", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'locked-ether', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2546, 2475, 25062, 2063, 2620, 2683, 22932, 2683, 2497, 2581, 2094, 23833, 14142, 2683, 2050, 2629, 2094, 27009, 2575, 16932, 2497, 2487, 11329, 2683, 2683, 2278, 16086, 2620, 10354, 2629, 10975, 8490, 2863, 5024, 3012, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
687
0xf4128B00AFdA933428056d0F0D1d7652aF7e2B35
pragma solidity 0.6.12; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - ...
0x6080604052600436106102e85760003560e01c806385335da811610190578063bc41ab72116100dc578063ebd0905411610095578063f6156d5a1161006f578063f6156d5a14610a69578063fbcd9b0514610a93578063fbf683c114610aa8578063ff4dfa9614610abd576102ef565b8063ebd09054146109ee578063f02a7d1914610a03578063f2fde38b14610a36576102ef565b8063bc41ab72146108...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "tautology", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Mediu...
true
null
{'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'tautology', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentr...
[ 101, 1014, 2595, 2546, 23632, 22407, 2497, 8889, 10354, 2850, 2683, 22394, 20958, 17914, 26976, 2094, 2692, 2546, 2692, 2094, 2487, 2094, 2581, 26187, 2475, 10354, 2581, 2063, 2475, 2497, 19481, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
688
0xf45eff806d9a38efdb6fcc00cf161cc19acc32af
pragma solidity 0.6.12; pragma experimental ABIEncoderV2; contract IAbacusOracle{ uint public callFee; function getJobResponse(uint64 _jobId) public view returns(uint64[] memory _values){ } function scheduleFunc(address to ,uint callTime, bytes memory data , uint fee , uint gaslimit ,uint gasprice...
0x6080604052600436106101185760003560e01c80638da5cb5b116100a0578063d4001a0511610064578063d4001a05146102bf578063e0059b31146102df578063f7f56d63146102ff578063fd950f751461031f578063fea6884d1461033f5761011f565b80638da5cb5b1461021b578063a6f9dae11461023d578063b734c0f41461025d578063bc01b2ba14610272578063c012aa3a146102925761011f...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "erc20-interface", "impact": "Medium", "confidence": "High"}, {"check": "arbitrary-send", "imp...
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'erc20-interface', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}, {'che...
[ 101, 1014, 2595, 2546, 19961, 12879, 2546, 17914, 2575, 2094, 2683, 2050, 22025, 12879, 18939, 2575, 11329, 2278, 8889, 2278, 2546, 16048, 2487, 9468, 16147, 6305, 2278, 16703, 10354, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1012, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
689
0xf513d1ce6b67040f154ca46552f6e4e7ab25ed05
pragma solidity 0.6.12; enum reservationstatus {CANCELLED, ACTIVATED, COMPLETED} interface DaiErc20 { function transfer(address, uint) external returns (bool); function transferFrom(address,address,uint256) external returns (bool); function approve(address,uint256) external returns (bool); functio...
0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c8063481c6a751161008c5780635c4a793f116100665780635c4a793f1461028e578063867b568b146102ab578063d0ebdbe7146102c7578063d551818c146102ed576100cf565b8063481c6a751461021d578063482c2fa3146102415780635be701d414610249576100cf565b806303e871d1146100d4578063062642b914...
{"success": true, "error": null, "results": {"detectors": [{"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 22203, 29097, 2487, 3401, 2575, 2497, 2575, 19841, 12740, 2546, 16068, 2549, 3540, 21472, 24087, 2475, 2546, 2575, 2063, 2549, 2063, 2581, 7875, 17788, 2098, 2692, 2629, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
690
0xf567537ddb62Fa964Fb6d877738905789ab57Efd
pragma solidity 0.6.12; abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytec...
0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461025857806370a08231146102bc57806395d89b4114610314578063a457c2d714610397578063a9059cbb146103fb578063dd62ed3e1461045f576100a9565b806306fdde03146100ae578063095ea7b31461013157806318160ddd1461019557806323b872dd146101b35780...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2546, 26976, 23352, 24434, 14141, 2497, 2575, 2475, 7011, 2683, 21084, 26337, 2575, 2094, 2620, 2581, 2581, 2581, 22025, 21057, 28311, 2620, 2683, 7875, 28311, 12879, 2094, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 1020, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
691
0xf56842Af3B56Fd72d17cB103f92d027bBa912e89
pragma solidity 0.6.12; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among o...
0x608060405234801561001057600080fd5b50600436106101a95760003560e01c806370a08231116100f9578063a9059cbb11610097578063c3cda52011610071578063c3cda5201461053b578063dd62ed3e14610582578063e7a324dc146105b0578063f1127ed8146105b8576101a9565b8063a9059cbb146104c3578063b4b5ea57146104ef578063b5ed298a14610515576101a9565b80637ecebe0011...
{"success": true, "error": null, "results": {"detectors": [{"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2546, 26976, 2620, 20958, 10354, 2509, 2497, 26976, 2546, 2094, 2581, 2475, 2094, 16576, 27421, 10790, 2509, 2546, 2683, 2475, 2094, 2692, 22907, 22414, 2683, 12521, 2063, 2620, 2683, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
692
0xf5851d159fd0b8c78bb91c705940910450ada637
pragma solidity 0.6.12; interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view retu...
0x6080604052600436106102045760003560e01c80635ab7e6c711610118578063e4d01a64116100a0578063f42657151161006f578063f426571514610733578063f851a44014610750578063f8d5054214610765578063fc0c546a14610899578063fed0a20e146108ae57610204565b8063e4d01a6414610697578063e7f9cefd146106c1578063eb87e89b146106d6578063f1e5ff3e1461070057610204...
{"success": true, "error": null, "results": {"detectors": [{"check": "weak-prng", "impact": "High", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "unchecked-transfer", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'weak-prng', 'impact': 'High', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'unchecked-transfer', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 27814, 22203, 2094, 16068, 2683, 2546, 2094, 2692, 2497, 2620, 2278, 2581, 2620, 10322, 2683, 2487, 2278, 19841, 28154, 12740, 2683, 10790, 19961, 2692, 8447, 2575, 24434, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
693
0xf58e1431B4bb3F092db0B14a8D1054ED8c613D7E
pragma solidity 0.5.17; pragma experimental ABIEncoderV2; library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a...
0x608060405234801561001057600080fd5b506004361061009e5760003560e01c80634f0db7f5116100665780634f0db7f51461026357806373f03dff146102ad57806375172a8b146102f1578063f4325d671461030f578063fa8f3455146103595761009e565b8063078e9d53146100a357806311fd8a831461017b57806312d43a51146101c5578063252408101461020f5780634bda2e2014610259575b...
{"success": true, "error": null, "results": {"detectors": [{"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "unused-return", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 27814, 2063, 16932, 21486, 2497, 2549, 10322, 2509, 2546, 2692, 2683, 2475, 18939, 2692, 2497, 16932, 2050, 2620, 2094, 10790, 27009, 2098, 2620, 2278, 2575, 17134, 2094, 2581, 2063, 10975, 8490, 2863, 5024, 3012, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
694
0xf58f90cb329f812f6d7c5a7b14ffccacbe9c034e
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; interface ERC20 { function approve(address, uint256) external returns (bool); function transfer(address, uint256) external returns (bool); function transferFrom(address, address, uint256) external returns (bool); function name() external view...
0x608060405234801561001057600080fd5b50600436106100415760003560e01c806330fa738c14610046578063d4fac45d14610064578063f72c079114610084575b600080fd5b61004e61008c565b60405161005b919061023b565b60405180910390f35b6100776100723660046101ce565b6100c5565b60405161005b91906102ac565b61004e610171565b604051806040016040528060058152602001...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2546, 27814, 2546, 21057, 27421, 16703, 2683, 2546, 2620, 12521, 2546, 2575, 2094, 2581, 2278, 2629, 2050, 2581, 2497, 16932, 4246, 16665, 27421, 2063, 2683, 2278, 2692, 22022, 2063, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
695
0xf644d4477cd8db7791cea3013cb053b3fec4beb3
pragma solidity 0.7.1; contract Lion { using SafeMath for uint256; string public constant name = "Cryptoenter LION token"; string public constant symbol = "LION"; uint8 public constant decimals = 8; uint256 public constant decimals_multiplier = 100_000_000; address adminAddres...
0x608060405234801561001057600080fd5b50600436106101005760003560e01c806395d89b4111610097578063c3678f6511610066578063c3678f6514610502578063dd62ed3e14610520578063e6400bbe14610598578063e8046759146105b857610100565b806395d89b41146103a3578063a9059cbb14610426578063b87b72851461048a578063bd355ec7146104a857610100565b8063313ce56711...
{"success": true, "error": null, "results": {"detectors": [{"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 21084, 2549, 2094, 22932, 2581, 2581, 19797, 2620, 18939, 2581, 2581, 2683, 2487, 21456, 14142, 17134, 27421, 2692, 22275, 2497, 2509, 7959, 2278, 2549, 4783, 2497, 2509, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 102...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
696
0xF657BB6bc979bf34d49e38AfBA34D5FD2A45B0Ca
pragma solidity 0.6.12; interface ILockStorage { function isLocked(address _wallet) external view returns (bool); function getLock(address _wallet) external view returns (uint256); function getLocker(address _wallet) external view returns (address); function setLock(address _wallet, address _...
0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80634a4fbeec146100515780636b221d141461008b5780636b9db4e6146100c3578063919884bf146100fb575b600080fd5b6100776004803603602081101561006757600080fd5b50356001600160a01b031661013d565b604080519115158252519081900360200190f35b6100c1600480360360608110156100a1576000...
{"success": true, "error": null, "results": {"detectors": [{"check": "arbitrary-send", "impact": "High", "confidence": "Medium"}]}}
true
null
{'detectors': [{'check': 'arbitrary-send', 'impact': 'High', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 26187, 2581, 10322, 2575, 9818, 2683, 2581, 2683, 29292, 22022, 2094, 26224, 2063, 22025, 10354, 3676, 22022, 2094, 2629, 2546, 2094, 2475, 2050, 19961, 2497, 2692, 3540, 10975, 8490, 2863, 5024, 3012, 1014, 1012, 102...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
697
0xf6c0df448081239c79f9cabfd0ce93ddc9b9a317
pragma solidity 0.6.12; contract Initializable { /** * @dev Indicates that the contract has been initialized. */ bool private initialized; /** * @dev Indicates that the contract is in the process of being initialized. */ bool private initializing; /** * @dev Modifi...
0x608060405234801561001057600080fd5b50600436106103995760003560e01c806376d8b117116101e9578063bf88a6ff1161010f578063dfe05031116100ad578063efbe1c1c1161007c578063efbe1c1c146109d6578063f77c4791146109de578063fd96044b146109e6578063fec8ee0c14610a0c57610399565b8063dfe0503114610979578063e152253614610981578063e6f1daf2146109af5780...
{"success": true, "error": null, "results": {"detectors": [{"check": "unused-return", "impact": "Medium", "confidence": "Medium"}, {"check": "divide-before-multiply", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}, {"check": "reentrancy-no-eth", "i...
true
null
{'detectors': [{'check': 'unused-return', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'divide-before-multiply', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}]}
[ 101, 1014, 2595, 2546, 2575, 2278, 2692, 20952, 22932, 17914, 2620, 12521, 23499, 2278, 2581, 2683, 2546, 2683, 3540, 29292, 2094, 2692, 3401, 2683, 29097, 16409, 2683, 2497, 2683, 2050, 21486, 2581, 10975, 8490, 2863, 5024, 3012, 1014, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
698
0xf6c8e6083ff7b328e524681576139725c990c67d
pragma solidity 0.6.5; pragma experimental ABIEncoderV2; struct ProtocolBalance { ProtocolMetadata metadata; AdapterBalance[] adapterBalances; } struct ProtocolMetadata { string name; string description; string websiteURL; string iconURL; uint256 version; } struct AdapterBalance ...
0x608060405234801561001057600080fd5b50600436106100365760003560e01c80632a50c1461461003b57806379b1833414610064575b600080fd5b61004e610049366004610805565b610084565b60405161005b9190610b06565b60405180910390f35b610077610072366004610805565b610288565b60405161005b9190610a54565b61008c610782565b60405180608001604052808373ffffffffff...
{"success": true, "error": null, "results": {}}
true
null
{}
[ 101, 1014, 2595, 2546, 2575, 2278, 2620, 2063, 16086, 2620, 2509, 4246, 2581, 2497, 16703, 2620, 2063, 25746, 21472, 2620, 16068, 2581, 2575, 17134, 2683, 2581, 17788, 2278, 2683, 21057, 2278, 2575, 2581, 2094, 10975, 8490, 2863, 5024, 3012...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
699
0xF6d5137CfA2C5f23530a0FCe66056B12B985554d
pragma solidity 0.7.3; library AdditionalMath { using SafeMath for uint256; function max16(uint16 a, uint16 b) internal pure returns (uint16) { return a >= b ? a : b; } function min16(uint16 a, uint16 b) internal pure returns (uint16) { return a < b ? a : b; } /** ...
0x608060405234801561001057600080fd5b506004361061048b5760003560e01c80638f32d59b11610262578063cd50f60111610151578063e38a303b116100ce578063ef95e0ba11610092578063ef95e0ba1461101d578063f14faf6f1461103e578063f2fde38b1461105b578063f6910cb814611081578063fc0c546a14611089578063fd5e6dd1146110915761048b565b8063e38a303b14610f695780...
{"success": true, "error": null, "results": {"detectors": [{"check": "uninitialized-state", "impact": "High", "confidence": "High"}, {"check": "reentrancy-no-eth", "impact": "Medium", "confidence": "Medium"}, {"check": "incorrect-equality", "impact": "Medium", "confidence": "High"}]}}
true
null
{'detectors': [{'check': 'uninitialized-state', 'impact': 'High', 'confidence': 'High'}, {'check': 'reentrancy-no-eth', 'impact': 'Medium', 'confidence': 'Medium'}, {'check': 'incorrect-equality', 'impact': 'Medium', 'confidence': 'High'}]}
[ 101, 1014, 2595, 2546, 2575, 2094, 22203, 24434, 2278, 7011, 2475, 2278, 2629, 2546, 21926, 22275, 2692, 2050, 2692, 11329, 2063, 28756, 2692, 26976, 2497, 12521, 2497, 2683, 27531, 24087, 2549, 2094, 10975, 8490, 2863, 5024, 3012, 1014, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...