Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add popular ethereum contracts #96

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions ethereum/0x0000000000001ff3684f28c67538d4d072c22734.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "AllowanceHolder", "chainId": 1, "address": "0x0000000000001fF3684f28c67538d4D072C22734", "metadata": {"output": {"abi": [{"inputs": [], "stateMutability": "nonpayable", "type": "constructor"}, {"inputs": [], "name": "ConfusedDeputy", "type": "error"}, {"stateMutability": "payable", "type": "fallback"}]}}, "version": 1, "checkPoints": [], "isProxy": false, "principalAddress": null}
1 change: 1 addition & 0 deletions ethereum/0x000000000000e63d2c9c29d3edf6efb99071f92c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "Holyxox", "chainId": 1, "address": "0x000000000000e63D2c9c29D3EdF6efb99071F92C", "metadata": {"output": {"abi": [{"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"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "from", "type": "address"}, {"indexed": true, "internalType": "address", "name": "to", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "value", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"inputs": [{"internalType": "address", "name": "_owner", "type": "address"}, {"internalType": "address", "name": "_spender", "type": "address"}], "name": "allowance", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "_spender", "type": "address"}, {"internalType": "uint256", "name": "_value", "type": "uint256"}], "name": "approve", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "_owner", "type": "address"}], "name": "balanceOf", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "decimals", "outputs": [{"internalType": "uint8", "name": "", "type": "uint8"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "founderxox", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"internalType": "string", "name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"internalType": "string", "name": "", "type": "string"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "_to", "type": "address"}, {"internalType": "uint256", "name": "_value", "type": "uint256"}], "name": "transfer", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "_from", "type": "address"}, {"internalType": "address", "name": "_to", "type": "address"}, {"internalType": "uint256", "name": "_value", "type": "uint256"}], "name": "transferFrom", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}]}}, "version": 1, "checkPoints": [], "isProxy": false, "principalAddress": null}
1 change: 1 addition & 0 deletions ethereum/0x000000000009178c09b59b4ce5e19ac18a5a6c52.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "EPIC", "chainId": 1, "address": "0x000000000009178c09B59b4ce5e19ac18a5a6C52", "metadata": {"output": {"abi": [{"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"}], "name": "Approval", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "uint256", "name": "_maxTxAmount", "type": "uint256"}], "name": "MaxTxAmountUpdated", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "previousOwner", "type": "address"}, {"indexed": true, "internalType": "address", "name": "newOwner", "type": "address"}], "name": "OwnershipTransferred", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "from", "type": "address"}, {"indexed": true, "internalType": "address", "name": "to", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "value", "type": "uint256"}], "name": "Transfer", "type": "event"}, {"inputs": [], "name": "_maxTaxSwap", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "_maxTxAmount", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "_maxWalletSize", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "_taxSwapThreshold", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "owner", "type": "address"}, {"internalType": "address", "name": "spender", "type": "address"}], "name": "allowance", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "spender", "type": "address"}, {"internalType": "uint256", "name": "amount", "type": "uint256"}], "name": "approve", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "account", "type": "address"}], "name": "balanceOf", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "decimals", "outputs": [{"internalType": "uint8", "name": "", "type": "uint8"}], "stateMutability": "pure", "type": "function"}, {"inputs": [], "name": "enableTrading", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "isNotRestricted", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "", "type": "address"}], "name": "marketPair", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "name", "outputs": [{"internalType": "string", "name": "", "type": "string"}], "stateMutability": "pure", "type": "function"}, {"inputs": [], "name": "owner", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "rescueETH", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "_tokenAddr", "type": "address"}, {"internalType": "uint256", "name": "_amount", "type": "uint256"}], "name": "rescueTokens", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "symbol", "outputs": [{"internalType": "string", "name": "", "type": "string"}], "stateMutability": "pure", "type": "function"}, {"inputs": [], "name": "totalSupply", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "pure", "type": "function"}, {"inputs": [{"internalType": "address", "name": "recipient", "type": "address"}, {"internalType": "uint256", "name": "amount", "type": "uint256"}], "name": "transfer", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "sender", "type": "address"}, {"internalType": "address", "name": "recipient", "type": "address"}, {"internalType": "uint256", "name": "amount", "type": "uint256"}], "name": "transferFrom", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "newOwner", "type": "address"}], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "uniswapV2Pair", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"stateMutability": "payable", "type": "receive"}]}}, "version": 1, "checkPoints": [], "isProxy": false, "principalAddress": null}
1 change: 1 addition & 0 deletions ethereum/0x00000000000e1a99dddd5610111884278bdbda1d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name": "ClustersBeta", "chainId": 1, "address": "0x00000000000E1A99dDDd5610111884278BDBda1D", "metadata": {"output": {"abi": [{"inputs": [], "name": "BadBatch", "type": "error"}, {"inputs": [], "name": "BadDelegatecall", "type": "error"}, {"inputs": [], "name": "InvalidDelegate", "type": "error"}, {"inputs": [], "name": "InvalidEndpointCall", "type": "error"}, {"inputs": [], "name": "InvalidInitialization", "type": "error"}, {"inputs": [{"internalType": "uint32", "name": "eid", "type": "uint32"}], "name": "NoPeer", "type": "error"}, {"inputs": [], "name": "NotInitializing", "type": "error"}, {"inputs": [{"internalType": "address", "name": "addr", "type": "address"}], "name": "OnlyEndpoint", "type": "error"}, {"inputs": [{"internalType": "uint32", "name": "eid", "type": "uint32"}, {"internalType": "bytes32", "name": "sender", "type": "bytes32"}], "name": "OnlyPeer", "type": "error"}, {"inputs": [{"internalType": "address", "name": "owner", "type": "address"}], "name": "OwnableInvalidOwner", "type": "error"}, {"inputs": [{"internalType": "address", "name": "account", "type": "address"}], "name": "OwnableUnauthorizedAccount", "type": "error"}, {"inputs": [], "name": "Unauthorized", "type": "error"}, {"inputs": [], "name": "UnauthorizedCallContext", "type": "error"}, {"inputs": [], "name": "UpgradeFailed", "type": "error"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "bytes32", "name": "from", "type": "bytes32"}, {"indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256"}, {"indexed": false, "internalType": "bytes32", "name": "name", "type": "bytes32"}], "name": "Bid", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "bytes32", "name": "from", "type": "bytes32"}, {"indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256"}, {"indexed": false, "internalType": "bytes32", "name": "name", "type": "bytes32"}, {"indexed": false, "internalType": "bytes32", "name": "referralAddress", "type": "bytes32"}], "name": "Bid", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "uint64", "name": "version", "type": "uint64"}], "name": "Initialized", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "previousOwner", "type": "address"}, {"indexed": true, "internalType": "address", "name": "newOwner", "type": "address"}], "name": "OwnershipTransferred", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": false, "internalType": "uint32", "name": "eid", "type": "uint32"}, {"indexed": false, "internalType": "bytes32", "name": "peer", "type": "bytes32"}], "name": "PeerSet", "type": "event"}, {"anonymous": false, "inputs": [{"indexed": true, "internalType": "address", "name": "implementation", "type": "address"}], "name": "Upgraded", "type": "event"}, {"inputs": [{"components": [{"internalType": "uint32", "name": "srcEid", "type": "uint32"}, {"internalType": "bytes32", "name": "sender", "type": "bytes32"}, {"internalType": "uint64", "name": "nonce", "type": "uint64"}], "internalType": "struct Origin", "name": "origin", "type": "tuple"}], "name": "allowInitializePath", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "composeMsgSender", "outputs": [{"internalType": "address", "name": "sender", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "endpoint", "outputs": [{"internalType": "contract ILayerZeroEndpointV2", "name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "address", "name": "endpoint_", "type": "address"}, {"internalType": "address", "name": "owner_", "type": "address"}], "name": "initialize", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"components": [{"internalType": "uint32", "name": "srcEid", "type": "uint32"}, {"internalType": "bytes32", "name": "sender", "type": "bytes32"}, {"internalType": "uint64", "name": "nonce", "type": "uint64"}], "internalType": "struct Origin", "name": "_origin", "type": "tuple"}, {"internalType": "bytes32", "name": "_guid", "type": "bytes32"}, {"internalType": "bytes", "name": "_message", "type": "bytes"}, {"internalType": "address", "name": "_executor", "type": "address"}, {"internalType": "bytes", "name": "_extraData", "type": "bytes"}], "name": "lzReceive", "outputs": [], "stateMutability": "payable", "type": "function"}, {"inputs": [{"internalType": "uint32", "name": "", "type": "uint32"}, {"internalType": "bytes32", "name": "", "type": "bytes32"}], "name": "nextNonce", "outputs": [{"internalType": "uint64", "name": "nonce", "type": "uint64"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "oAppVersion", "outputs": [{"internalType": "uint64", "name": "senderVersion", "type": "uint64"}, {"internalType": "uint64", "name": "receiverVersion", "type": "uint64"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "owner", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "uint32", "name": "eid", "type": "uint32"}], "name": "peers", "outputs": [{"internalType": "bytes32", "name": "peer", "type": "bytes32"}], "stateMutability": "view", "type": "function"}, {"inputs": [{"internalType": "bytes32", "name": "name", "type": "bytes32"}], "name": "placeBid", "outputs": [], "stateMutability": "payable", "type": "function"}, {"inputs": [{"internalType": "bytes32", "name": "name", "type": "bytes32"}, {"internalType": "bytes32", "name": "referralAddress", "type": "bytes32"}], "name": "placeBid", "outputs": [], "stateMutability": "payable", "type": "function"}, {"inputs": [{"internalType": "uint256[]", "name": "amounts", "type": "uint256[]"}, {"internalType": "bytes32[]", "name": "names", "type": "bytes32[]"}], "name": "placeBids", "outputs": [], "stateMutability": "payable", "type": "function"}, {"inputs": [{"internalType": "uint256[]", "name": "amounts", "type": "uint256[]"}, {"internalType": "bytes32[]", "name": "names", "type": "bytes32[]"}, {"internalType": "bytes32", "name": "referralAddress", "type": "bytes32"}], "name": "placeBids", "outputs": [], "stateMutability": "payable", "type": "function"}, {"inputs": [], "name": "proxiableUUID", "outputs": [{"internalType": "bytes32", "name": "", "type": "bytes32"}], "stateMutability": "view", "type": "function"}, {"inputs": [], "name": "reinitialize", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "_delegate", "type": "address"}], "name": "setDelegate", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "uint32", "name": "_eid", "type": "uint32"}, {"internalType": "bytes32", "name": "_peer", "type": "bytes32"}], "name": "setPeer", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "newOwner", "type": "address"}], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function"}, {"inputs": [{"internalType": "address", "name": "newImplementation", "type": "address"}, {"internalType": "bytes", "name": "data", "type": "bytes"}], "name": "upgradeToAndCall", "outputs": [], "stateMutability": "payable", "type": "function"}, {"inputs": [{"internalType": "address payable", "name": "to_", "type": "address"}, {"internalType": "uint256", "name": "amount", "type": "uint256"}], "name": "withdraw", "outputs": [], "stateMutability": "nonpayable", "type": "function"}]}}, "version": 1, "checkPoints": [], "isProxy": false, "principalAddress": null}
Loading
Loading