Datasets:

contract_name
stringlengths
1
238
file_path
stringlengths
4
23.2k
contract_address
stringlengths
42
42
language
stringclasses
2 values
source_code
stringlengths
1
896k
abi
stringlengths
2
46.2k
compiler_version
stringclasses
297 values
optimization_used
bool
2 classes
runs
float64
1
1,000M
constructor_arguments
stringlengths
0
214k
evm_version
stringclasses
11 values
library
stringclasses
376 values
license_type
stringclasses
16 values
proxy
bool
2 classes
implementation
stringlengths
0
42
swarm_source
stringlengths
0
71
SaffronLPBalanceToken
contracts/lib/ERC20.sol
0x96853eadcf9da67d6f7a4b6ad28bdc81a96c2188
Solidity
pragma solidity ^0.7.1; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * For a generic mechanism see {ERC20PresetMinterPauser}. * * ...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"addre...
v0.7.4+commit.3f05b770
true
99,999
000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000002353616666726f6e204c502065706f6368203133205320444149207072696e636970616c0000000000000000000000000000000000000000000000000000000000...
Default
MIT
false
ipfs://987173ae06a00aaf418e92fd1f57b81c2c1341970dc2d243d753c1adfa0346ca
SaffronLPBalanceToken
contracts/SaffronLPBalanceToken.sol
0x96853eadcf9da67d6f7a4b6ad28bdc81a96c2188
Solidity
pragma solidity ^0.7.1; contract SaffronLPBalanceToken is ERC20 { address public pool_address; constructor (string memory name, string memory symbol) ERC20(name, symbol) { // Set pool_address to saffron pool that created token pool_address = msg.sender; } // Allow creating new tranche tok...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"addre...
v0.7.4+commit.3f05b770
true
99,999
000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000002353616666726f6e204c502065706f6368203133205320444149207072696e636970616c0000000000000000000000000000000000000000000000000000000000...
Default
MIT
false
ipfs://987173ae06a00aaf418e92fd1f57b81c2c1341970dc2d243d753c1adfa0346ca
TokenMintERC20Token
contracts\open-zeppelin-contracts\token\ERC20\IERC20.sol
0x18d28b85dee46db2c60aa92c1392971fef177362
Solidity
pragma solidity ^0.5.0; /** * @title ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/20 */ interface IERC20 { function transfer(address to, uint256 value) external returns (bool); function approve(address spender, uint256 value) external returns (bool); function transferF...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"state...
v0.5.0+commit.1d4f565a
false
200
00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000002e87669c308736a040000000000000000000000000000006603cb70464ca51481d4edbb3b927f66f53f4f42...
Default
false
bzzr://ecca2e71e781ae786e694fe0e6d93d213af6a0d2b35dd9f341359c517abdca1b
TokenMintERC20Token
contracts\open-zeppelin-contracts\math\SafeMath.sol
0x18d28b85dee46db2c60aa92c1392971fef177362
Solidity
pragma solidity ^0.5.0; /** * @title SafeMath * @dev Unsigned math operations with safety checks that revert on error */ library SafeMath { /** * @dev Multiplies two unsigned integers, reverts on overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { /...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"spender","type":"address"},{"name":"value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"state...
v0.5.0+commit.1d4f565a
false
200
00000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000002e87669c308736a040000000000000000000000000000006603cb70464ca51481d4edbb3b927f66f53f4f42...
Default
false
bzzr://ecca2e71e781ae786e694fe0e6d93d213af6a0d2b35dd9f341359c517abdca1b
Proxy
Proxy.sol
0xaa668ff173fd18dcc3d588c5882399718a70c747
Solidity
pragma solidity ^0.6.12; // Copyright (C) 2018 Argent Labs Ltd. <https://argent.xyz> // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your ...
[{"inputs":[{"internalType":"address","name":"_implementation","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"value","type":"uint256"},{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"index...
v0.6.12+commit.27d51765
true
999
000000000000000000000000bc0b5970a01ba7c22104c85a4e2b05e01157638d
Default
GNU GPLv3
false
ipfs://81653946f6f0f024eb94b19bdaf1d69dc04d346dcb6092fa1369c9e2dacfa421
VITA
contracts/VITA.sol
0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Capped.sol"; import "./IVITA.sol"; contract VITA is IVITA, ERC20Capped, Ownable { constructo...
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"cap_","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"ow...
v0.8.4+commit.c7e474f2
false
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000352fd144eb8d4cce000000000000000000000000000000000000000000000000000000000000000000000d5669746144414f20546f6b656e00000000000000000000000000000000000000...
Default
false
VITA
contracts/IVITA.sol
0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; interface IVITA is IERC20 { function mint(address account, uint256 amount) external; }
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"cap_","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"ow...
v0.8.4+commit.c7e474f2
false
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000352fd144eb8d4cce000000000000000000000000000000000000000000000000000000000000000000000d5669746144414f20546f6b656e00000000000000000000000000000000000000...
Default
false
VITA
@openzeppelin/contracts/token/ERC20/ERC20.sol
0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./IERC20.sol"; import "../../utils/Context.sol"; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using...
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"cap_","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"ow...
v0.8.4+commit.c7e474f2
false
200
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000352fd144eb8d4cce000000000000000000000000000000000000000000000000000000000000000000000d5669746144414f20546f6b656e00000000000000000000000000000000000000...
Default
false
SafeCrypt
SafeCrypt.sol
0x330b88d40e85163cc2e27251e7defbde67851e6f
Solidity
contract Token { function totalSupply() constant returns (uint256 supply) {} function balanceOf(address _owner) constant returns (uint256 balance) {} function transfer(address _to, uint256 _value) returns (bool success) {} function transferFrom(address _from, address _to, uint256 _value) returns (bo...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":fal...
v0.4.19-nightly.2017.11.11+commit.284c3839
true
200
Default
false
bzzr://f693046e4699578fbf47397b5db34d6dce39b718b856e6b689725d3dc22f16d9
SimpleChildToken
openzeppelin-solidity/contracts/math/SafeMath.sol
0x3dda0d81b48aead148585664d4c0e369701ba9bf
Solidity
/** * @title SafeMath * @dev Math operations with safety checks that throw on error */ library SafeMath { /** * @dev Multiplies two numbers, throws on overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256 c) { if (a == 0) { return 0; } c = a * b; ...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"sta...
v0.4.24+commit.e67f0147
true
200
000000000000000000000000025bf0b26099c10b3f90f3a040703064faf84ac200000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000012...
Default
false
bzzr://3ad6ad55aadee502c53a711f8c0f2fdc334bbcb68c344a76aee5d1ac28681c63
SimpleChildToken
openzeppelin-solidity/contracts/token/ERC20/ERC20.sol
0x3dda0d81b48aead148585664d4c0e369701ba9bf
Solidity
/** * @title ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/20 */ contract ERC20 is ERC20Basic { function allowance(address owner, address spender) public view returns (uint256); function transferFrom(address from, address to, uint256 value) public returns (bool); function approve(ad...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"sta...
v0.4.24+commit.e67f0147
true
200
000000000000000000000000025bf0b26099c10b3f90f3a040703064faf84ac200000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000012...
Default
false
bzzr://3ad6ad55aadee502c53a711f8c0f2fdc334bbcb68c344a76aee5d1ac28681c63
SimpleChildToken
contracts/ChildToken.sol
0x3dda0d81b48aead148585664d4c0e369701ba9bf
Solidity
/** * @title ChildToken * @dev ChildToken is the base contract of child token contracts */ contract ChildToken is StandardToken { }
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"sta...
v0.4.24+commit.e67f0147
true
200
000000000000000000000000025bf0b26099c10b3f90f3a040703064faf84ac200000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000012...
Default
false
bzzr://3ad6ad55aadee502c53a711f8c0f2fdc334bbcb68c344a76aee5d1ac28681c63
SimpleChildToken
openzeppelin-solidity/contracts/ownership/Ownable.sol
0x3dda0d81b48aead148585664d4c0e369701ba9bf
Solidity
/** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipTransferred(address indexed previousOwner, address indexed ...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"sta...
v0.4.24+commit.e67f0147
true
200
000000000000000000000000025bf0b26099c10b3f90f3a040703064faf84ac200000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000012...
Default
false
bzzr://3ad6ad55aadee502c53a711f8c0f2fdc334bbcb68c344a76aee5d1ac28681c63
SimpleChildToken
contracts/SimpleChildToken.sol
0x3dda0d81b48aead148585664d4c0e369701ba9bf
Solidity
/** * @title SimpleChildToken * @dev Simple child token to be generated by TokenFather. */ contract SimpleChildToken is ChildToken, Refundable { string public name; string public symbol; uint8 public decimals; function SimpleChildToken(address _owner, string _name, string _symbol, uint256 _initSupply, ...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"sta...
v0.4.24+commit.e67f0147
true
200
000000000000000000000000025bf0b26099c10b3f90f3a040703064faf84ac200000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000052b7d2dcc80cd2e40000000000000000000000000000000000000000000000000000000000000000000012...
Default
false
bzzr://3ad6ad55aadee502c53a711f8c0f2fdc334bbcb68c344a76aee5d1ac28681c63
ERC721Printable
IERC2981.sol
0x0b0070b8856e2c94dd13520ac0d9654b0004abce
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.6.0; /** * @dev Interface of the ERC165 standard, as defined in the * https://eips.ethereum.org/EIPS/eip-165[EIP]. * * Implementers can declare support of contract interfaces, which can then be * queried by others ({ERC165Checker}). * * For an imple...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"string","name":"baseURI","type":"string"},{"internalType":"address","name":"_royaltyReceiver","type":"address"},{"internalType":"uint256","name":"batch_amount","type":"uint256"}...
v0.6.12+commit.27d51765
true
200
00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001200000000000000000000000007638fb46bfab88344b9770b39e09f30e2912dd520000000000000000000000000000000000000000000000000000000000000032...
Default
MIT
false
ipfs://d6fa2e15cca4326a99fc0facbedff84f6875ef7dcc76eebe03cd7c03b869105a
ERC721Printable
Printable.sol
0x0b0070b8856e2c94dd13520ac0d9654b0004abce
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.6.0; import "./ERC721Batch.sol"; /** * @title ERC721 Printable Token * @dev ERC721 Token that can be be printed before being sold and not incur high gas fees */ contract ERC721Printable is ERC721 { uint256 public totalSeries; address payable pub...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"string","name":"baseURI","type":"string"},{"internalType":"address","name":"_royaltyReceiver","type":"address"},{"internalType":"uint256","name":"batch_amount","type":"uint256"}...
v0.6.12+commit.27d51765
true
200
00000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001200000000000000000000000007638fb46bfab88344b9770b39e09f30e2912dd520000000000000000000000000000000000000000000000000000000000000032...
Default
MIT
false
ipfs://d6fa2e15cca4326a99fc0facbedff84f6875ef7dcc76eebe03cd7c03b869105a
Moneeshka
contracts/Moneeshka.sol
0x4dffed60817806cb930e524ef47fe801b37dce67
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @title: Moneeshka /// @author: manifold.xyz import "./ERC721Creator.sol"; //////////////////////////////////////////// // // // // // .--. _, // //...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
v0.8.7+commit.e28d00a7
true
300
Default
true
0xe4e4003afe3765aca8149a82fc064c0b125b9e5a
Moneeshka
contracts/ERC721Creator.sol
0x4dffed60817806cb930e524ef47fe801b37dce67
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; /// @author: manifold.xyz import "@openzeppelin/contracts/proxy/Proxy.sol"; import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/StorageSlot.sol"; contract ERC721Creator is Proxy { constructor(string memory name, s...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
v0.8.7+commit.e28d00a7
true
300
Default
true
0xe4e4003afe3765aca8149a82fc064c0b125b9e5a
Moneeshka
@openzeppelin/contracts/utils/Address.sol
0x4dffed60817806cb930e524ef47fe801b37dce67
Solidity
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.5.0) (utils/Address.sol) pragma solidity ^0.8.1; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
v0.8.7+commit.e28d00a7
true
300
Default
true
0xe4e4003afe3765aca8149a82fc064c0b125b9e5a
SwissCheeseFondue
SwissCheeseFondue.sol
0xba1d03cc744a151dff980050ef1ea67aec19dd93
Solidity
/* ▄████████ ▄██████▄ ███▄▄▄▄ ████████▄ ███ █▄ ▄████████ ███ ███ ███ ███ ███▀▀▀██▄ ███ ▀███ ███ ███ ███ ███ ███ █▀ ███ ███ ███ ███ ███ ███ ███ ███ ███ █▀ ▄███▄▄▄ ███ ███ ███ ███ ███ ███ ███ ███ ▄███▄▄▄ ▀▀███▀▀▀ ███ ███ ███ ██...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.10+commit.fc410830
true
200
Default
MIT
false
ipfs://b42d8e6212167d5d19ca151902be43592eea80d183603c9c4ac966776dda3043
TornomyTokenGateway
TornomyTokenGateway.sol
0x5352c7d32c79435bdfc0c58523353957466552ad
Solidity
pragma solidity ^0.5.16; 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; /** * @...
[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bytes","name":"_to","type":"bytes"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"_n","type":"uint256"},{"indexed":true,"internalType":"bytes","name":"_indexedTo","type":"bytes"...
v0.5.16+commit.9c3226ce
false
200
Default
MIT
false
bzzr://1107c760c20a47eee330955da0908687f754406ce699202368be2b72c54a3a64
MonkeyToken
MonkeyToken.sol
0xaced3552fd6b407218d0bbb071ed57bc5abbd9f9
Solidity
/** *Submitted for verification at Etherscan.io on 2021-05-11 */ pragma solidity ^0.5.0; contract ERC20Interface { function totalSupply() public view returns (uint); function balanceOf(address tokenOwner) public view returns (uint balance); function allowance(address tokenOwner, address spender) p...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"tokenOwner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"tok...
v0.5.17+commit.d19bba13
false
200
Default
None
false
bzzr://5c5c34d980377957e84c2cd4b5dbca297ca9cfe061570e35f764278c6ce38258
Preallocation
Preallocation.sol
0x0b89c52bd88b532118da6d72548025fa671e2e35
Solidity
pragma solidity ^0.4.11; library SafeMath { function mul(uint256 a, uint256 b) internal constant returns (uint256) { uint256 c = a * b; assert(a == 0 || c / a == b); return c; } function div(uint256 a, uint256 b) internal constant returns (uint256) { // assert(b > 0); // Solidity autom...
[{"constant":false,"inputs":[],"name":"setFailed","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"investor","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"payable":false,"type":"function"},{"c...
v0.4.11+commit.68ef5810
true
null
0000000000000000000000002c840d94dcf091b87fd63db7eb0885d9ca4b5f790000000000000000000000000000000000000000000000b2e4b323d9c5100000
Default
false
bzzr://32ec3b9985462f4cac10e51fe1a9b9cb7c1471afd1f26bf20dd104fc261c0b9d
EQUUSMiningToken
EQUUSMiningToken.sol
0xa462d0e6bb788c7807b1b1c96992ce1f7069e195
Solidity
pragma solidity 0.7.0; // SafeMath library provided by the OpenZeppelin Group on Github // SPDX-License-Identifier: MIT /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, becau...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.7.0+commit.9e61f92b
false
200
Default
None
false
ipfs://06e3529349c8a04b64894986cdebaad893882fd28dd50e9110a8e17848d4c3fc
AdminUpgradeabilityProxy
contracts/proxy/AdminUpgradeabilityProxy.sol
0x877d16d87d724e9b0464a876b498711573f9d7c1
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; /** * @title Proxy * @dev Implements delegation of calls to other contracts, with proper * forwarding of return values and bubbling of failures. * It defines a fallback function that delegates all calls to the address * returned by the abstract _implementa...
[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"address","name":"_admin","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"pre...
v0.6.12+commit.27d51765
true
20
000000000000000000000000e36260a8665c6a53030d3676eba91232ac5d35ee000000000000000000000000ee78c63cd0dacedcac16b31ec943e16bcd8dff5a00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000
Default
false
Mas
Mas.sol
0x15dfeaf4bcff67b9b09ed240024b57f254a35e27
Solidity
pragma solidity ^0.4.24; contract Mas { string public name; string public symbol; uint256 public totalSupply; uint8 public decimals; mapping (address => uint256) balances; mapping (address => mapping (address => uint256)) allowed; event Transfer(address indexed _from, address i...
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":fal...
v0.4.24+commit.e67f0147
false
200
Default
None
false
bzzr://6f9ab563573829c4a7b1cbddb5bb726d8b55f334ba026e1d45ced5d11eb5b547
HegicETHPool
@openzeppelin/contracts/utils/Address.sol
0xada5688293de408a9fa4cb708f9003d140bd99cb
Solidity
pragma solidity ^0.6.2; /** * @dev Collection of functions related to the address type */ 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 e...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{...
v0.6.8+commit.0bbfe453
true
200
Default
GNU GPLv3
false
ipfs://6f1787b070b5d5f514559c85bcfccb92e3c99798aaeec874003779f2cf8c9bdf
HegicETHPool
@openzeppelin/contracts/token/ERC20/ERC20.sol
0xada5688293de408a9fa4cb708f9003d140bd99cb
Solidity
pragma solidity ^0.6.0; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * For a generic mechanism see {ERC20MinterPauser}. * * TIP: F...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{...
v0.6.8+commit.0bbfe453
true
200
Default
GNU GPLv3
false
ipfs://6f1787b070b5d5f514559c85bcfccb92e3c99798aaeec874003779f2cf8c9bdf
HegicETHPool
contracts/Interfaces.sol
0xada5688293de408a9fa4cb708f9003d140bd99cb
Solidity
/** * Hegic * Copyright (C) 2020 Hegic Protocol * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{...
v0.6.8+commit.0bbfe453
true
200
Default
GNU GPLv3
false
ipfs://6f1787b070b5d5f514559c85bcfccb92e3c99798aaeec874003779f2cf8c9bdf
HegicETHPool
contracts/HegicOptions.sol
0xada5688293de408a9fa4cb708f9003d140bd99cb
Solidity
/** * Hegic * Copyright (C) 2020 Hegic Protocol * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{...
v0.6.8+commit.0bbfe453
true
200
Default
GNU GPLv3
false
ipfs://6f1787b070b5d5f514559c85bcfccb92e3c99798aaeec874003779f2cf8c9bdf
HegicETHPool
contracts/HegicCallOptions.sol
0xada5688293de408a9fa4cb708f9003d140bd99cb
Solidity
/** * Hegic * Copyright (C) 2020 Hegic Protocol * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{...
v0.6.8+commit.0bbfe453
true
200
Default
GNU GPLv3
false
ipfs://6f1787b070b5d5f514559c85bcfccb92e3c99798aaeec874003779f2cf8c9bdf
HegicETHPool
contracts/HegicPutOptions.sol
0xada5688293de408a9fa4cb708f9003d140bd99cb
Solidity
/** * Hegic * Copyright (C) 2020 Hegic Protocol * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{...
v0.6.8+commit.0bbfe453
true
200
Default
GNU GPLv3
false
ipfs://6f1787b070b5d5f514559c85bcfccb92e3c99798aaeec874003779f2cf8c9bdf
OwnbitMultiSig
OwnbitMultiSig.sol
0x18f5437253ca0ef3ed3ed433771ebe0a6c66003e
Solidity
pragma solidity ^0.4.26; // This is the ETH/ERC20 multisig contract for Ownbit. // // For 2-of-3 multisig, to authorize a spend, two signtures must be provided by 2 of the 3 owners. // To generate the message to be signed, provide the destination address and // spend amount (in wei) to the generateMessageToSign ...
[{"constant":false,"inputs":[{"name":"destination","type":"address"},{"name":"erc20contract","type":"address"},{"name":"value","type":"uint256"},{"name":"vs","type":"uint8[]"},{"name":"rs","type":"bytes32[]"},{"name":"ss","type":"bytes32[]"}],"name":"spendERC20","outputs":[],"payable":false,"stateMutability":"nonpayabl...
v0.4.26+commit.4563c3fc
false
200
000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000003000000000000000000000000dbabb0998c151d63bb4c085cdd2fe8207e26bd07000000000000000000000000b7f192ee414e3a66e1fb7a66cdd1d83ba7ab83f0...
Default
MIT
false
bzzr://78b9bd2ebc8e0cff6a86028165c6917f9c74aace4df5f27fa2001ad2db0e533d
GOToken
GOToken.sol
0xa8976a1cd731995aa183c19a61e14e3e2f843eda
Solidity
pragma solidity ^0.4.19; /** * @title ERC20Basic * @dev Simpler version of ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/179 */ contract ERC20Basic { uint256 public totalSupply; function balanceOf(address who) public constant returns (uint256); function transfer(address to, uin...
[{"constant":true,"inputs":[],"name":"mintingFinished","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"input...
v0.4.19+commit.c4cbbb05
true
200
Default
false
bzzr://26748b20a25ffed70d2fa32472b62f39ad56b21beae7c43fc14615a3c8da172e
DIASourceNFT
@openzeppelin/contracts/token/ERC20/ERC20.sol
0x9c9a8877319dde5c273811042686b1c91522b5ce
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./IERC20.sol"; import "./extensions/IERC20Metadata.sol"; import "../../utils/Context.sol"; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism h...
[{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed"...
v0.8.0+commit.c7dfd78e
true
20,000
000000000000000000000000aee6edb4c02d4bd1f7161fdfe0af18af425cbcd1
Default
false
DIASourceNFT
@openzeppelin/contracts/utils/introspection/ERC165.sol
0x9c9a8877319dde5c273811042686b1c91522b5ce
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./IERC165.sol"; /** * @dev Implementation of the {IERC165} interface. * * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check * for the additional interface id that will be supported. F...
[{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed"...
v0.8.0+commit.c7dfd78e
true
20,000
000000000000000000000000aee6edb4c02d4bd1f7161fdfe0af18af425cbcd1
Default
false
BirdSwap
BirdSwap.sol
0x2363635047bbc654195fdb49bbded9e2cca11976
Solidity
// // LIQUIDITY IS LOCKED FOR 6 MONTHS IN THE LIQUIDITY POOL PLEASE READ THE CODE AT THE END OF THIS CONTRACT // //BirdSwap is a one-stop station for all major Defi Services. //BirdSwap is an innovative DeFi protocol that aims to improve such DeFi products like Uniswap and other liquidity pools (Curve, Compound, Ye...
[{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"symbol","type":"string"},{"internalType":"uint256","name":"initialSupply","type":"uint256"},{"internalType":"address payable","name":"owner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anon...
v0.6.12+commit.27d51765
false
200
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000098968000000000000000000000000064f7c03b791f47f9bee4e8e791ad19f12961b9020000000000000000000000000000000000000000000000000000000000000008...
Default
MIT
false
ipfs://abb4624d6ab6442860decd15c850dcc3d982f8fedd718c3efc36ec3c4f41fca8
Token
openzeppelin-solidity/contracts/ownership/Ownable.sol
0x6381f4c1c90921b3bae6816bc4affcaa26d559ec
Solidity
/** * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address public owner; event OwnershipRenounced(address indexed previousOwner); event Ownershi...
[{"constant":false,"inputs":[{"name":"_canBurn","type":"bool"}],"name":"ownerSetCanBurn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"mintingFinished","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},...
v0.4.24+commit.e67f0147
true
200
0000000000000000000000004c1ed8ef785d9142399710bea4bcf6a78a96f1750000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000d3c21bcecceda10000000000000000000000000000000000000000000000000000000000000000000012...
Default
false
bzzr://bb372f1a2d254195e360b2792d1d1e6a67eb1356cbed07f44ac7d3a509761562
Token
openzeppelin-solidity/contracts/token/ERC20/BurnableToken.sol
0x6381f4c1c90921b3bae6816bc4affcaa26d559ec
Solidity
/** * @title Burnable Token * @dev Token that can be irreversibly burned (destroyed). */ contract BurnableToken is BasicToken { event Burn(address indexed burner, uint256 value); /** * @dev Burns a specific amount of tokens. * @param _value The amount of token to be burned. */ function b...
[{"constant":false,"inputs":[{"name":"_canBurn","type":"bool"}],"name":"ownerSetCanBurn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"mintingFinished","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},...
v0.4.24+commit.e67f0147
true
200
0000000000000000000000004c1ed8ef785d9142399710bea4bcf6a78a96f1750000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000d3c21bcecceda10000000000000000000000000000000000000000000000000000000000000000000012...
Default
false
bzzr://bb372f1a2d254195e360b2792d1d1e6a67eb1356cbed07f44ac7d3a509761562
ModultradeProposal
contracts/ERC20.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
/* * @title ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/20 */ contract ERC20 { uint public totalSupply; function balanceOf(address who) public constant returns (uint); function allowance(address owner, address spender) public constant returns (uint); function transfer(add...
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
ModultradeProposal
contracts/Ownable.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
/* * Ownable * * Base contract with an owner. * Provides onlyOwner modifier, which prevents function from running if it is called by anyone other than the owner. */ contract Ownable { address public owner; function Ownable() public { owner = msg.sender; } modifier onlyOwner() { require(ms...
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
ModultradeProposal
contracts/Deployer.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
contract Deployer { address public deployer; function Deployer() public { deployer = msg.sender; } modifier onlyDeployer() { require(msg.sender == deployer); _; } }
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
ModultradeProposal
contracts/OracleOwnable.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
contract OracleOwnable is Ownable { address public oracle; modifier onlyOracle() { require(msg.sender == oracle); _; } modifier onlyOracleOrOwner() { require(msg.sender == oracle || msg.sender == owner); _; } function setOracle(address newOracle) public onlyOracleOrOwner { ...
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
ModultradeProposal
contracts/ModultradeLibrary.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
library ModultradeLibrary { enum Currencies { ETH, MTR } enum ProposalStates { Created, Paid, Delivery, Closed, Canceled } }
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
ModultradeProposal
contracts/ModultradeStorage.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
contract ModultradeStorage is Ownable, Deployer { bool private _doMigrate = true; mapping (address => address[]) public sellerProposals; mapping (uint => address) public proposalListAddress; address[] public proposals; event InsertProposalEvent (address _proposal, uint _id, address _seller); ...
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
ModultradeProposal
contracts/ModultradeProposal.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
contract ModultradeProposal is OracleOwnable, ContractReceiver { address public seller; address public buyer; uint public id; string public title; uint public price; ModultradeLibrary.Currencies public currency; uint public units; uint public total; uint public validUntil; ...
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
ModultradeProposal
contracts/Modultrade.sol
0x633d2fc4e22e73b84a0aeecfb0d6e8e0faa0f7de
Solidity
contract Modultrade is OracleOwnable, Deployer { address public mtrContractAddress; ModultradeStorage public modultradeStorage; event ProposalCreatedEvent(uint _id, address _proposal); event PaidProposalEvent (address _proposal, uint _id); event CancelProposalEvent (address _proposal, uint _id); ...
[{"constant":true,"inputs":[],"name":"seller","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"input...
v0.4.18+commit.9cf6e910
true
200
00000000000000000000000074cebf05e472afb012896a9dafc3ce057233136f0000000000000000000000002acd7397615850f401ea16eb508ef59eac65f2a20000000000000000000000001e49ff77c355a3e38d6651ce8404af0e48c5395f
Default
false
bzzr://b6273084c6f54bd3ad892cea9cf6d06aa8f14c54d4ee750f7d8a2dcc858f6a83
CoinToken
CoinToken.sol
0x8506e9d6173d793cdc087eb05dd9eea6224b6c35
Solidity
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.4; interface IERC20 { function totalSupply() external view returns (uint256); function balanceOf(address account) external view returns (uint256); function transfer(address recipient, uint256 amount) external returns (bool); fun...
[{"inputs":[{"internalType":"string","name":"_NAME","type":"string"},{"internalType":"string","name":"_SYMBOL","type":"string"},{"internalType":"uint256","name":"_DECIMALS","type":"uint256"},{"internalType":"uint256","name":"_supply","type":"uint256"},{"internalType":"uint256","name":"_txFee","type":"uint256"},{"intern...
v0.8.4+commit.c7e474f2
true
200
000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000000000000000000000000000000000000000000009000000000000000000000000000000000000000000000000000001d1a94a20000000000000000000000000000000000000000000000000000000000000000004...
Default
None
false
ipfs://9ab3e8425089e392711b478c9dd2519c728b9cddb6bca356519b660e98c7f8a4
SphynxStopLoss
contracts/StopLoss.sol
0x1d3a23212d110f47b3846fc56a947746cfe3c970
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; pragma experimental ABIEncoderV2; import "@openzeppelin/contracts/access/Ownable.sol"; import "@openzeppelin/contracts/security/ReentrancyGuard.sol"; import "@uniswap/lib/contracts/libraries/TransferHelper.sol"; import "@openzeppelin/contracts/token/ERC20/IERC20....
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"OnlySimulatedBackend","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"}],"name":"FeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internal...
v0.8.6+commit.11564f7e
true
200
Default
false
SphynxStopLoss
@openzeppelin/contracts/access/Ownable.sol
0x1d3a23212d110f47b3846fc56a947746cfe3c970
Solidity
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol) pragma solidity ^0.8.0; import "../utils/Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functio...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"OnlySimulatedBackend","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"}],"name":"FeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internal...
v0.8.6+commit.11564f7e
true
200
Default
false
SphynxStopLoss
@chainlink/contracts/src/v0.8/KeeperCompatible.sol
0x1d3a23212d110f47b3846fc56a947746cfe3c970
Solidity
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "./KeeperBase.sol"; import "./interfaces/KeeperCompatibleInterface.sol"; abstract contract KeeperCompatible is KeeperBase, KeeperCompatibleInterface {}
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"OnlySimulatedBackend","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"}],"name":"FeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internal...
v0.8.6+commit.11564f7e
true
200
Default
false
SphynxStopLoss
contracts/interfaces/ISphynxRouter.sol
0x1d3a23212d110f47b3846fc56a947746cfe3c970
Solidity
// SPDX-License-Identifier: MIT pragma solidity >=0.6.2; import './ISphynxRouter01.sol'; interface ISphynxRouter is ISphynxRouter01 { function removeLiquidityETHSupportingFeeOnTransferTokens( address token, uint liquidity, uint amountTokenMin, uint amountETHMin, address to,...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"OnlySimulatedBackend","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"}],"name":"FeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internal...
v0.8.6+commit.11564f7e
true
200
Default
false
SphynxStopLoss
contracts/interfaces/ISphynxRouter01.sol
0x1d3a23212d110f47b3846fc56a947746cfe3c970
Solidity
// SPDX-License-Identifier: MIT pragma solidity >=0.6.2; interface ISphynxRouter01 { function factory() external pure returns (address); function WETH() external pure returns (address); function addLiquidity( address tokenA, address tokenB, uint amountADesired, uint amountB...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"OnlySimulatedBackend","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"}],"name":"FeeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internal...
v0.8.6+commit.11564f7e
true
200
Default
false
CroDefiSwapPair
contracts/interfaces/ICroDefiSwapPair.sol
0xa3603484ebfa1675778ce2de02c0ce96678a4f34
Solidity
pragma solidity >=0.5.0; interface ICroDefiSwapPair { 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 symbol() external pure returns ...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","...
v0.5.16+commit.9c3226ce
true
999,999
istanbul
GNU GPLv3
false
bzzr://72febb9060e99697097d30ad78467c0deb02dffa096d3e1e0b5f205a8bec5dfa
CroDefiSwapPair
contracts/interfaces/ICroDefiSwapERC20.sol
0xa3603484ebfa1675778ce2de02c0ce96678a4f34
Solidity
pragma solidity >=0.5.0; interface ICroDefiSwapERC20 { 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 symbol() external pure returns...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","...
v0.5.16+commit.9c3226ce
true
999,999
istanbul
GNU GPLv3
false
bzzr://72febb9060e99697097d30ad78467c0deb02dffa096d3e1e0b5f205a8bec5dfa
CroDefiSwapPair
contracts/CroDefiSwapERC20.sol
0xa3603484ebfa1675778ce2de02c0ce96678a4f34
Solidity
pragma solidity =0.5.16; contract CroDefiSwapERC20 is ICroDefiSwapERC20 { using SafeMath for uint; string public constant name = 'CRO Defi Swap'; string public constant symbol = 'CRO-SWAP'; uint8 public constant decimals = 18; uint public totalSupply; mapping(address => uint) pub...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","...
v0.5.16+commit.9c3226ce
true
999,999
istanbul
GNU GPLv3
false
bzzr://72febb9060e99697097d30ad78467c0deb02dffa096d3e1e0b5f205a8bec5dfa
CroDefiSwapPair
contracts/interfaces/ICroDefiSwapFactory.sol
0xa3603484ebfa1675778ce2de02c0ce96678a4f34
Solidity
pragma solidity >=0.5.0; interface ICroDefiSwapFactory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToBasisPoint() external view returns (uint); // technically must be bigger than or equa...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","...
v0.5.16+commit.9c3226ce
true
999,999
istanbul
GNU GPLv3
false
bzzr://72febb9060e99697097d30ad78467c0deb02dffa096d3e1e0b5f205a8bec5dfa
CroDefiSwapPair
contracts/interfaces/ICroDefiSwapCallee.sol
0xa3603484ebfa1675778ce2de02c0ce96678a4f34
Solidity
pragma solidity >=0.5.0; interface ICroDefiSwapCallee { function croDefiSwapCall(address sender, uint amount0, uint amount1, bytes calldata data) external; }
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","...
v0.5.16+commit.9c3226ce
true
999,999
istanbul
GNU GPLv3
false
bzzr://72febb9060e99697097d30ad78467c0deb02dffa096d3e1e0b5f205a8bec5dfa
CroDefiSwapPair
contracts/CroDefiSwapPair.sol
0xa3603484ebfa1675778ce2de02c0ce96678a4f34
Solidity
pragma solidity =0.5.16; contract CroDefiSwapPair is ICroDefiSwapPair, CroDefiSwapERC20 { using SafeMath for uint; using UQ112x112 for uint224; uint public constant MINIMUM_LIQUIDITY = 10**3; bytes4 private constant SELECTOR = bytes4(keccak256(bytes('transfer(address,uint256)')))...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","...
v0.5.16+commit.9c3226ce
true
999,999
istanbul
GNU GPLv3
false
bzzr://72febb9060e99697097d30ad78467c0deb02dffa096d3e1e0b5f205a8bec5dfa
Deposit
solidity/contracts/deposit/Deposit.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {DepositLiquidation} from "./DepositLiquidation.sol"; import {DepositUtils} from "./DepositUtils.sol"; import {DepositFunding} from "./DepositFunding.sol"; import {DepositRedemption} from "./DepositRedemption.sol"; import {DepositStates} from "./DepositStates.sol"; import {ITBTCSystem} f...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/deposit/DepositLiquidation.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {BTCUtils} from "@summa-tx/bitcoin-spv-sol/contracts/BTCUtils.sol"; import {BytesLib} from "@summa-tx/bitcoin-spv-sol/contracts/BytesLib.sol"; import {IBondedECDSAKeep} from "@keep-network/keep-ecdsa/contracts/api/IBondedECDSAKeep.sol"; import {SafeMath} from "openzeppelin-solidity/contr...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/deposit/DepositUtils.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {ValidateSPV} from "@summa-tx/bitcoin-spv-sol/contracts/ValidateSPV.sol"; import {BTCUtils} from "@summa-tx/bitcoin-spv-sol/contracts/BTCUtils.sol"; import {BytesLib} from "@summa-tx/bitcoin-spv-sol/contracts/BytesLib.sol"; import {IBondedECDSAKeep} from "@keep-network/keep-ecdsa/contrac...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/system/TBTCSystem.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
/* solium-disable function-order */ pragma solidity 0.5.17; import {IBondedECDSAKeepFactory} from "@keep-network/keep-ecdsa/contracts/api/IBondedECDSAKeepFactory.sol"; import {VendingMachine} from "./VendingMachine.sol"; import {DepositFactory} from "../proxy/DepositFactory.sol"; import {IRelay} from "@summa-tx/rela...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
@summa-tx/bitcoin-spv-sol/contracts/SafeMath.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity ^0.5.10; /* The MIT License (MIT) Copyright (c) 2016 Smart Contract Solutions, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitat...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
@summa-tx/bitcoin-spv-sol/contracts/ValidateSPV.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity ^0.5.10; /** @title ValidateSPV*/ /** @author Summa (https://summa.one) */ import {BytesLib} from "./BytesLib.sol"; import {SafeMath} from "./SafeMath.sol"; import {BTCUtils} from "./BTCUtils.sol"; library ValidateSPV { using BTCUtils for bytes; using BTCUtils for uint256; using BytesLi...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/system/VendingMachineAuthority.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; /// @title Vending Machine Authority. /// @notice Contract to secure function calls to the Vending Machine. /// @dev Secured by setting the VendingMachine address and using the /// onlyVendingMachine modifier on functions requiring restriction. contract VendingMachineAuthority { ...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/interfaces/ITokenRecipient.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; /// @title Interface of recipient contract for `approveAndCall` pattern. /// Implementors will be able to be used in an `approveAndCall` /// interaction with a supporting contract, such that a token approval /// can call the contract acting on that approval in a single /// ...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
openzeppelin-solidity/contracts/token/ERC721/ERC721Metadata.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity ^0.5.0; import "./ERC721.sol"; import "./IERC721Metadata.sol"; import "../../introspection/ERC165.sol"; contract ERC721Metadata is ERC165, ERC721, IERC721Metadata { // Token name string private _name; // Token symbol string private _symbol; // Optional mapping for token URIs ...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
openzeppelin-solidity/contracts/token/ERC721/ERC721.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity ^0.5.0; import "./IERC721.sol"; import "./IERC721Receiver.sol"; import "../../math/SafeMath.sol"; import "../../utils/Address.sol"; import "../../drafts/Counters.sol"; import "../../introspection/ERC165.sol"; /** * @title ERC721 Non-Fungible Token Standard basic implementation * @dev see https://eip...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
openzeppelin-solidity/contracts/token/ERC721/IERC721Metadata.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity ^0.5.0; import "./IERC721.sol"; /** * @title ERC-721 Non-Fungible Token Standard, optional metadata extension * @dev See https://eips.ethereum.org/EIPS/eip-721 */ contract IERC721Metadata is IERC721 { function name() external view returns (string memory); function symbol() external view ret...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/deposit/OutsourceDepositLogging.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {DepositLog} from "../DepositLog.sol"; import {DepositUtils} from "./DepositUtils.sol"; library OutsourceDepositLogging { /// @notice Fires a Created event. /// @dev `DepositLog.logCreated` fires a Created event with /// ...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/system/DepositFactoryAuthority.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; /// @title Deposit Factory Authority /// @notice Contract to secure function calls to the Deposit Factory. /// @dev Secured by setting the depositFactory address and using the onlyFactory /// modifier on functions requiring restriction. contract DepositFactoryAuthority { bool i...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/deposit/DepositFunding.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {BytesLib} from "@summa-tx/bitcoin-spv-sol/contracts/BytesLib.sol"; import {BTCUtils} from "@summa-tx/bitcoin-spv-sol/contracts/BTCUtils.sol"; import {IBondedECDSAKeep} from "@keep-network/keep-ecdsa/contracts/api/IBondedECDSAKeep.sol"; import {SafeMath} from "openzeppelin-solidity/contr...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
@summa-tx/bitcoin-spv-sol/contracts/CheckBitcoinSigs.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity ^0.5.10; /** @title CheckBitcoinSigs */ /** @author Summa (https://summa.one) */ import {BytesLib} from "./BytesLib.sol"; import {BTCUtils} from "./BTCUtils.sol"; library CheckBitcoinSigs { using BytesLib for bytes; using BTCUtils for bytes; /// @notice Derives an Ethereum Acc...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/external/IMedianizer.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; /// @notice A medianizer price feed. /// @dev Based off the MakerDAO medianizer (https://github.com/makerdao/median) interface IMedianizer { /// @notice Get the current price. /// @dev May revert if caller not whitelisted. /// @return Designated price with 18 decimal places. fun...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/interfaces/ISatWeiPriceFeed.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import "../external/IMedianizer.sol"; /// @notice satoshi/wei price feed interface. interface ISatWeiPriceFeed { /// @notice Get the current price of 1 satoshi in wei. /// @dev This does not account for any 'Flippening' event. /// @return The price of one satoshi in wei. functi...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/proxy/DepositFactory.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import "./CloneFactory.sol"; import "../deposit/Deposit.sol"; import "../system/TBTCSystem.sol"; import "../system/TBTCToken.sol"; import "../system/FeeRebateToken.sol"; import "../system/TBTCSystemAuthority.sol"; import {TBTCDepositToken} from "../system/TBTCDepositToken.sol"; /// @title Dep...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/system/VendingMachine.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {SafeMath} from "openzeppelin-solidity/contracts/math/SafeMath.sol"; import {TBTCDepositToken} from "./TBTCDepositToken.sol"; import {FeeRebateToken} from "./FeeRebateToken.sol"; import {TBTCToken} from "./TBTCToken.sol"; import {TBTCConstants} from "./TBTCConstants.sol"; import "../depo...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/system/TBTCSystemAuthority.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; /// @title TBTC System Authority. /// @notice Contract to secure function calls to the TBTC System contract. /// @dev The `TBTCSystem` contract address is passed as a constructor parameter. contract TBTCSystemAuthority { address internal tbtcSystemAddress; /// @notice Set the addr...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
@summa-tx/relay-sol/contracts/Interfaces.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity ^0.5.10; /// @title ISPVConsumer /// @author Summa (https://summa.one) /// @notice This interface consumes validated transaction information. /// It is the primary way that user contracts accept /// @dev Implement this interface to process transactions provided by /// ...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/scripts/FundingScript.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {ITokenRecipient} from "../interfaces/ITokenRecipient.sol"; import {TBTCDepositToken} from "../system/TBTCDepositToken.sol"; import {TBTCToken} from "../system/TBTCToken.sol"; import {FeeRebateToken} from "../system/FeeRebateToken.sol"; import {VendingMachine} from "../system/VendingMach...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/scripts/RedemptionScript.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; import {ITokenRecipient} from "../interfaces/ITokenRecipient.sol"; import {TBTCDepositToken} from "../system/TBTCDepositToken.sol"; import {TBTCToken} from "../system/TBTCToken.sol"; import {FeeRebateToken} from "../system/FeeRebateToken.sol"; import {VendingMachine} from "../system/VendingMach...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
Deposit
solidity/contracts/system/TBTCDevelopmentConstants.sol
0x8b36047ed94d4b2d97609fe8d3ba5e543065d0be
Solidity
pragma solidity 0.5.17; /// @title TBTCDevelopmentConstants /// @notice Constants for development testnet usages; tuned for testing and /// faster iteration rather than security. These should NOT be deployed /// on mainnet or mainnet-like ("staging") environments. library TBTCDevelopmentConstants { ...
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"auctionValue","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function...
v0.5.17+commit.d19bba13
true
200
Default
MIT
false
bzzr://ec55669da878d6a87041b177cab080114051affcfb740deffc7517dc1385feab
DYORNFA
DYORNFA.sol
0xd6f0d3f244d481e0603d9287768dbebeac585b0f
Solidity
/* DYOR NFA Do your own research - Not financial advice t.me/DYORNFAEth */ // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.4; abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } } int...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.4+commit.c7e474f2
false
200
Default
None
false
ipfs://3dba13eacca0245ea93fc372ce77f0031b6fb98e4e228061c1a4e933b0733326
Visor
contracts/interfaces/IUniversalVault.sol
0x4ac8c333fb606991dbec9120fbc492305fb06006
Solidity
// SPDX-License-Identifier: GPL-3.0-only pragma solidity 0.7.6; pragma abicoder v2; interface IUniversalVault { /* user events */ event Locked(address delegate, address token, uint256 amount); event Unlocked(address delegate, address token, uint256 amount); event RageQuit(address delegate, address tok...
[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"nftContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"AddNftToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"delegate","type...
v0.7.6+commit.7338295f
true
1,000
Default
false
Visor
contracts/interfaces/IVisorService.sol
0x4ac8c333fb606991dbec9120fbc492305fb06006
Solidity
// SPDX-License-Identifier: GPL-3.0-only pragma solidity 0.7.6; interface IVisorService { /* * @dev Whenever an {IERC777} token is transferred to a subscriber vault via {IERC20-safeTransferFrom} * by `operator` from `from`, this function is called. * * It must return its Solidity selector to c...
[{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"nftContract","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"AddNftToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"delegate","type...
v0.7.6+commit.7338295f
true
1,000
Default
false
AuthereumProxy
AuthereumProxy.sol
0x066807bc46a462e889afca410ae762064011aa1f
Solidity
pragma solidity 0.5.12; pragma experimental ABIEncoderV2; // @author Authereum, Inc. /** * @title AuthereumProxy * @author Authereum, Inc. * @dev The Authereum Proxy. */ contract AuthereumProxy { string constant public authereumProxyVersion = "2019102500"; /// @dev Storage slot with the a...
[{"inputs":[{"internalType":"address","name":"_logic","type":"address"}],"payable":true,"stateMutability":"payable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"authereumProxyVersion","outputs":[{"internalType":"string","name":"","type":"strin...
v0.5.12+commit.7709ece9
false
200
000000000000000000000000d8cab604bdd8cbb7c3eb0c26f7dc3abffb005a92
Default
MIT
false
bzzr://df4401333fb8c26a38547c751ff4c528d95f9c5a191e6bc81f110b4125072004
AlcoholicApe
AlcoholicApe.sol
0xfab2ae750d386c3ac72ea2cdf3bf5edce446bc9d
Solidity
/** *Submitted for verification at Etherscan.io on 2022-03-22 */ //SPDX-License-Identifier: MIT // Telegram: https://t.me/alcoholicape pragma solidity ^0.8.12; interface IUniswapV2Factory { function createPair(address tokenA, address tokenB) external returns (address pair); } interface IUniswapV2...
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}...
v0.8.12+commit.f00d7308
true
200
Default
None
false
ipfs://fffd566222334f3cb8fe90dc4599ec1f2cae6eaf41aa7ba7d41e080c0213c09c
StandardPoolConverter
solidity/contracts/converter/ConverterVersion.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
// SPDX-License-Identifier: SEE LICENSE IN LICENSE pragma solidity 0.6.12; contract ConverterVersion { uint16 public constant version = 44; }
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/Owned.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /** * @dev This contract provides support and utilities for contract ownership. */ contract Owned is IOwned { address public override owner; address public newOwner; /** * @dev triggered when the owner is updated * * @param _prevOwner previous owner * @param ...
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/Utils.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /** * @dev Utilities & Common Modifiers */ contract Utils { // verifies that a value is greater than zero modifier greaterThanZero(uint256 _value) { _greaterThanZero(_value); _; } // error message binary size optimization function _greaterThanZero(uint256 ...
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/interfaces/IContractRegistry.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /* Contract Registry interface */ interface IContractRegistry { function addressOf(bytes32 _contractName) external view returns (address); }
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/ReentrancyGuard.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /** * @dev This contract provides protection against calling a function * (directly or indirectly) from within itself. */ contract ReentrancyGuard { uint256 private constant UNLOCKED = 1; uint256 private constant LOCKED = 2; // LOCKED while protected code is being executed, UNLO...
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/SafeMath.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /** * @dev This library supports basic math operations with overflow/underflow protection. */ library SafeMath { /** * @dev returns the sum of _x and _y, reverts if the calculation overflows * * @param _x value 1 * @param _y value 2 * * @return sum *...
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/interfaces/ITokenHolder.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /* Token Holder interface */ interface ITokenHolder is IOwned { function withdrawTokens( IERC20Token _token, address _to, uint256 _amount ) external; }
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/Math.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /** * @dev This library provides a set of complex math operations. */ library Math { /** * @dev returns the largest integer smaller than or equal to the square root of a positive integer * * @param _num a positive integer * * @return the largest integer smaller th...
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
StandardPoolConverter
solidity/contracts/utility/Time.sol
0xda1117e28f79606637b88fd976150907d7af1aaf
Solidity
pragma solidity 0.6.12; /* Time implementing contract */ contract Time { /** * @dev returns the current time */ function time() internal view virtual returns (uint256) { return block.timestamp; } }
[{"inputs":[{"internalType":"contract IConverterAnchor","name":"_anchor","type":"address"},{"internalType":"contract IContractRegistry","name":"_registry","type":"address"},{"internalType":"uint32","name":"_maxConversionFee","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inpu...
v0.6.12+commit.27d51765
true
200
000000000000000000000000dbd62d3c1405d28c57f51c823d9d14f3f4a54e2000000000000000000000000052ae12abe5d8bd778bd5397f99ca900624cfadd400000000000000000000000000000000000000000000000000000000000003e8
Default
false
UpgradeabilityProxy
ABIResolver.sol
0x5d4d3412f6ea13d959aa2e1048ac39b13d228941
Solidity
pragma solidity ^0.5.0; import "./ResolverBase.sol"; contract ABIResolver is ResolverBase { bytes4 constant private ABI_INTERFACE_ID = 0x2203ab56; event ABIChanged(bytes32 indexed node, uint256 indexed contentType); mapping(bytes32=>mapping(uint256=>bytes)) abis; /** * Sets the ABI associated ...
[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"payable":true,"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_from","type":"address"},{"indexed":false,"inter...
v0.5.17+commit.d19bba13
true
200
00000000000000000000000013d66821f5dc94b242bd91768546b5adb1273b45000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Default
GNU GPLv3
false
bzzr://58f40811b947b3087b4bc98e2e55fad06453ab3add16603dca7f42157d4de2e3
UpgradeabilityProxy
AddrResolver.sol
0x5d4d3412f6ea13d959aa2e1048ac39b13d228941
Solidity
pragma solidity ^0.5.0; import "./ResolverBase.sol"; contract AddrResolver is ResolverBase { bytes4 constant private ADDR_INTERFACE_ID = 0x3b3b57de; bytes4 constant private ADDRESS_INTERFACE_ID = 0xf1cb7e06; uint constant private COIN_TYPE_ETH = 60; event AddrChanged(bytes32 indexed node, address a);...
[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"payable":true,"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_from","type":"address"},{"indexed":false,"inter...
v0.5.17+commit.d19bba13
true
200
00000000000000000000000013d66821f5dc94b242bd91768546b5adb1273b45000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Default
GNU GPLv3
false
bzzr://58f40811b947b3087b4bc98e2e55fad06453ab3add16603dca7f42157d4de2e3
UpgradeabilityProxy
BaseUpgradeabilityProxy.sol
0x5d4d3412f6ea13d959aa2e1048ac39b13d228941
Solidity
pragma solidity ^0.5.0; import './Proxy.sol'; import './Address.sol'; /** * @title BaseUpgradeabilityProxy * @dev This contract implements a proxy that allows to change the * implementation address to which it will delegate. * Such a change is called an implementation upgrade. */ contract BaseUpgradeabilityProxy...
[{"inputs":[{"internalType":"address","name":"_logic","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"}],"payable":true,"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_from","type":"address"},{"indexed":false,"inter...
v0.5.17+commit.d19bba13
true
200
00000000000000000000000013d66821f5dc94b242bd91768546b5adb1273b45000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Default
GNU GPLv3
false
bzzr://58f40811b947b3087b4bc98e2e55fad06453ab3add16603dca7f42157d4de2e3