Geth Proxy
For the full documentation of available parameters and descriptions, please visit the official Ethereum JSON-RPC docs.
For compatibility with Parity, please prefix all hex strings with " 0x ".
eth_blockNumber
Returns the number of most recent block
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_blockNumber
&apikey=YourApiKeyToken
No parameters required.
Sample response
{
"jsonrpc":"2.0",
"result":"0x1431c2",
"id":83
}
eth_getBlockByNumber
Returns information about a block by block number.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getBlockByNumber
&tag=0xb1d97
&boolean=true
&apikey=YourApiKeyToken
Query Parameters
Sample response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"baseFeePerGas": "0x5f5e100",
"difficulty": "0x1",
"extraData": "0x160636a500b2c9ca6164f1f6b38b46f293d2f2f54ab4fe029652d134196ccbc9",
"gasLimit": "0x4000000000000",
"gasUsed": "0xb578",
"hash": "0xfc5f265acc59f77596eb205d65fc3e4ca772e23a16b6e515af277ac128a65eec",
"l1BlockNumber": "0x4607e1",
"logsBloom": "0x00200000000000000000000000000000000000000000000000000000000000000000000000000000000000000010080000000000000000000000000000200000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000020000000000000000000000000000000020000000000000000002000000000010000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000",
"miner": "0xa4b000000000000000000073657175656e636572",
"mixHash": "0x0000000000002d4500000000004607e1000000000000000a0000000000000000",
"nonce": "0x0000000000035a79",
"number": "0xb1d97",
"parentHash": "0x104800ef8a0aa11a67ad5222c91a9ef02a32f0adb210ffac6213ae82f075e050",
"receiptsRoot": "0x9686904956fbbce8b469b516dc387799374ad8b24393634b0a460022fb465290",
"sendCount": "0x2d45",
"sendRoot": "0x160636a500b2c9ca6164f1f6b38b46f293d2f2f54ab4fe029652d134196ccbc9",
"sha3Uncles": "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
"size": "0x368",
"stateRoot": "0xfbfa836dfbd45a8903bca7e723ed749f2b4ebf53216bd15183839d48b4503343",
"timestamp": "0x653ebf7a",
"totalDifficulty": "0xb1d98",
"transactions": [
{
"blockHash": "0xfc5f265acc59f77596eb205d65fc3e4ca772e23a16b6e515af277ac128a65eec",
"blockNumber": "0xb1d97",
"from": "0x00000000000000000000000000000000000a4b05",
"gas": "0x0",
"gasPrice": "0x0",
"hash": "0x342e9e1692f88eb191a2fe747124b8aa7fd8df9bc29617e6cca2864bcb665506",
"input": "0x6bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004607e100000000000000000000000000000000000000000000000000000000000b1d970000000000000000000000000000000000000000000000000000000000000004",
"nonce": "0x0",
"to": "0x00000000000000000000000000000000000a4b05",
"transactionIndex": "0x0",
"value": "0x0",
"type": "0x6a",
"chainId": "0x66eee",
"v": "0x0",
"r": "0x0",
"s": "0x0"
},
{
"blockHash": "0xfc5f265acc59f77596eb205d65fc3e4ca772e23a16b6e515af277ac128a65eec",
"blockNumber": "0xb1d97",
"from": "0x8b4a9822ea8c9a920eebe78b6adb48cf536b8497",
"gas": "0xb578",
"gasPrice": "0x68e7780",
"hash": "0x78ff7fde2295a89b18595d623e42833a079ae699ee39e0cb71eba51f40ad765c",
"input": "0x095ea7b30000000000000000000000006a3d1d9a7eb615be82b5c50bba8c6ecc7606afe60000000000000000000000000000000000000000000000b2f293da8d6c740000",
"nonce": "0x0",
"to": "0x78f04ec76df38fcb37971efa8ecbcb33f52dae0f",
"transactionIndex": "0x1",
"value": "0x0",
"type": "0x0",
"chainId": "0x66eee",
"v": "0xcde00",
"r": "0xfe43067c14edceb6371ae76577dea8a4857521f9850c3dcb34e69fcce4585a4",
"s": "0x1eee086d2a97b34e9f5733d13b77b577d06db93b56d2611096491ebafe365b1f"
}
],
"transactionsRoot": "0xdf7f41d39c2923a04a9e76ce91e04c43152021970918f7be36c3974179a89bda",
"uncles": []
}
}
eth_getBlockTransactionCountByNumber
Returns the number of transactions in a block.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getBlockTransactionCountByNumber
&tag=0xb1d97
&apikey=YourApiKeyToken
Query Parameters
Sample response
{
"jsonrpc":"2.0",
"id":1,
"result":"0x2"
}
eth_getTransactionByHash
Returns the information about a transaction requested by transaction hash.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getTransactionByHash
&txhash=0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockHash": "0xa57e7ebf8261b6344e2a3d6916708cca262046653d358a05b021c314f251a141",
"blockNumber": "0x14310a",
"from": "0x413bb94c8515f2bd338417f09119da461e015194",
"gas": "0x71ae8",
"gasPrice": "0x9af8da00",
"maxFeePerGas": "0xa0eebb00",
"maxPriorityFeePerGas": "0x9502f900",
"hash": "0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473",
"input": "0xcf2ee96d000000000000000000000000bd3531da5cf5857e7cfaa92426877b022e612cf800000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000004563918244f40000",
"nonce": "0x67",
"to": "0x202b9606dbbb947942616a3465c8ee42f9cbb954",
"transactionIndex": "0x1",
"value": "0x0",
"type": "0x2",
"accessList": [],
"chainId": "0x66eee",
"v": "0x0",
"r": "0xaf4c0f541c5579f73f8c56f803318e91160cb6482f31944ecc7247ae6981a614",
"s": "0x4ce1b8deede93bdde79885ccfe62fec2bd73167effcdd08ce9477e1d395c087e"
}
}
eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction by block number and transaction index position.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getTransactionByBlockNumberAndIndex
&tag=0xB10D7
&index=0x1
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockHash": "0x090afc795494fffd7ff33fba5dfe1fa172a797a1c9f54b48cce411781c5c1439",
"blockNumber": "0xb10d7",
"from": "0x119879b91533a4a1f89da8dcd63175ed499ef142",
"gas": "0xb578",
"gasPrice": "0x68e7780",
"hash": "0x2b5abc00066e188d847d7af2369f0362882bd9576476a272f8a185536f28cef9",
"input": "0x095ea7b30000000000000000000000006a3d1d9a7eb615be82b5c50bba8c6ecc7606afe60000000000000000000000000000000000000000000000b2f293da8d6c740000",
"nonce": "0x0",
"to": "0x78f04ec76df38fcb37971efa8ecbcb33f52dae0f",
"transactionIndex": "0x1",
"value": "0x0",
"type": "0x0",
"chainId": "0x66eee",
"v": "0xcde00",
"r": "0x62b6378faf2dfb17503ec21f1a86dc4754d35a0656532ea004a936afbdb385a6",
"s": "0xa4b60c6ebf140b70026e67583d0efad819a37875339eede85f0c70d92cb11e1"
}
}
eth_getTransactionCount
Returns the number of transactions performed by an address.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getTransactionCount
&address=0x413bb94c8515f2bd338417f09119da461e015194
&tag=latest
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc":"2.0",
"result":"0x69",
"id":1
}
eth_sendRawTransaction
Submits a pre-signed transaction for broadcast to the Ethereum network.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_sendRawTransaction
&hex=0x02f874030185012a05f200852e90edd00082520894eeee7341f206302f2216e39d715b96d8c6901a1c880de0b6b3a764000080c001a0bf61ea5419c7856be4ea2221b721b849d50fec738d10a714e7aaa809d9ad8838a01e59353aa8e567cc0661fb58b047361998df234df6593bf424839bc5ea214a2c
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"id":1,
"jsonrpc": "2.0",
"result": "0x84c81fc1e23474e13be0114f94f99b43696830f33292fd1d642f37e87e95acd6"
}
Use eth_getTransactionReceipt to retrieve full details.
eth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getTransactionReceipt
&txhash=0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockHash": "0xa57e7ebf8261b6344e2a3d6916708cca262046653d358a05b021c314f251a141",
"blockNumber": "0x14310a",
"contractAddress": null,
"cumulativeGasUsed": "0x482cf",
"effectiveGasPrice": "0x5f5e100",
"from": "0x413bb94c8515f2bd338417f09119da461e015194",
"gasUsed": "0x482cf",
"gasUsedForL1": "0xf2b8",
"l1BlockNumber": "0x48461f",
"logs": [
{
"address": "0xf199c2be8f06db036ee8ae48d3fc1e074e236056",
"topics": [
"0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925",
"0x000000000000000000000000413bb94c8515f2bd338417f09119da461e015194",
"0x000000000000000000000000202b9606dbbb947942616a3465c8ee42f9cbb954"
],
"data": "0x000000000000000000000000000000000000000000000002285601216c8c0000",
"blockNumber": "0x14310a",
"transactionHash": "0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473",
"transactionIndex": "0x1",
"blockHash": "0xa57e7ebf8261b6344e2a3d6916708cca262046653d358a05b021c314f251a141",
"logIndex": "0x0",
"removed": false
},
{
"address": "0xf199c2be8f06db036ee8ae48d3fc1e074e236056",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x000000000000000000000000413bb94c8515f2bd338417f09119da461e015194",
"0x000000000000000000000000202b9606dbbb947942616a3465c8ee42f9cbb954"
],
"data": "0x0000000000000000000000000000000000000000000000004563918244f40000",
"blockNumber": "0x14310a",
"transactionHash": "0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473",
"transactionIndex": "0x1",
"blockHash": "0xa57e7ebf8261b6344e2a3d6916708cca262046653d358a05b021c314f251a141",
"logIndex": "0x1",
"removed": false
},
{
"address": "0x202b9606dbbb947942616a3465c8ee42f9cbb954",
"topics": [
"0x3cb33f5e55177a62c7304dca1b012b394d223f2e37544588106998be7c865152",
"0x000000000000000000000000413bb94c8515f2bd338417f09119da461e015194",
"0x00000000000000000000000000000000000000000000000000000000000005fd"
],
"data": "0x000000000000000000000000bd3531da5cf5857e7cfaa92426877b022e612cf80000000000000000000000000000000000000000000000004563918244f4000000000000000000000000000000000000000000000000000000000000004846c80000000000000000000000000000000000000000000000000000000000000190000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000004860a8000000000000000000000000000000000000000000000000369e7af04a561b680000000000000000000000000000000000000000000000006ed827140c48b5f00000000000000000000000000000000000000000000000004a68d4bee475a000000000000000000000000000000000000000000000000000000000000048461f",
"blockNumber": "0x14310a",
"transactionHash": "0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473",
"transactionIndex": "0x1",
"blockHash": "0xa57e7ebf8261b6344e2a3d6916708cca262046653d358a05b021c314f251a141",
"logIndex": "0x2",
"removed": false
},
{
"address": "0x855be3980dd57b6d5b02d2905474a79115ca6417",
"topics": [
"0x5196f5eb362617e4bc5f25c3e44138508d0a24ad3edef6bd525d5d1e17cbaa1a",
"0x000000000000000000000000413bb94c8515f2bd338417f09119da461e015194"
],
"data": "0x0000000000000000000000000000000000000000000000004563918244f400000000000000000000000000000000000000000000000000181f51b05a71c22a2e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000048461f",
"blockNumber": "0x14310a",
"transactionHash": "0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473",
"transactionIndex": "0x1",
"blockHash": "0xa57e7ebf8261b6344e2a3d6916708cca262046653d358a05b021c314f251a141",
"logIndex": "0x3",
"removed": false
}
],
"logsBloom": "0x00000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000008000000000000008000000020000001000000000000000000000000000040000000000000000000000000000000008010000000000000000000000000000000000000000000000000100000001000100000008000020000800080000000000000000000000000000000040080000400040000000000000006010000010000000000080000000000000000000004000400000000000010000000000000000000000000000000000000000000000000000000000000",
"status": "0x1",
"to": "0x202b9606dbbb947942616a3465c8ee42f9cbb954",
"transactionHash": "0xd5364d0921221d02c3dfe43ba56985eab9789138d7d30740d49d92ddb3334473",
"transactionIndex": "0x1",
"type": "0x2"
}
}
eth_call
Executes a new message call immediately without creating a transaction on the block chain.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_call
&to=0x413bb94c8515f2bd338417f09119da461e015194
&data=0x
&tag=latest
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc":"2.0",
"result":"0x",
"id":1
}
eth_getCode
Returns code at a given address.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getCode
&address=0x202b9606dbbb947942616a3465c8ee42f9cbb954
&tag=latest
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x6080604052600436106102255760003560e01c80638b50352511610123578063d4aae80f116100ab578063ec9397e51161006f578063ec9397e5146107bc578063f9301910146107dc578063f9cfa06f146107f2578063fb91211314610808578063ffe9e16e1461082857610225565b8063d4aae80f1461071c578063d7c2b0ff14610731578063d936547e14610756578063dc0a308414610786578063e5aa602f1461079c57610225565b8063a271e525116100f2578063a271e5251461069e578063a7546a24146106b4578063b477a28e146106d4578063cf2ee96d146106f4578063d274c3f51461070757610225565b80638b503525146106145780638da5cb5b1461063457806396b5a75514610654578063990088b51461067457610225565b806345356e8a116101b15780637b3c4baa116101755780637b3c4baa146104be578063838ccb96146104de57806385e8056e14610516578063889be84b146105365780638903a5641461055657610225565b806345356e8a146103595780634f0b67c3146103795780634fb145971461043a5780635e62be251461045a57806365be253d1461047a57610225565b806324b87b2a116101f857806324b87b2a146102d15780632b1fd58a146102f15780633211d2071461031157806334d10d601461033157806342cbb15c1461034657610225565b806304990573146102335780630bcca0b314610253578063142d2c62146102665780631f2758d9146102a3575b34801561023157600080fd5b005b34801561023f57600080fd5b5061023161024e3660046128d7565b610863565b6102316102613660046128f9565b6108b8565b34801561027257600080fd5b50600054610286906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b3480156102af57600080fd5b506102c36102be3660046128d7565b610bf9565b60405190815260200161029a565b3480156102dd57600080fd5b506102316102ec3660046128f9565b610c6e565b3480156102fd57600080fd5b5061023161030c3660046128f9565b610c7b565b34801561031d57600080fd5b5061023161032c366004612912565b610fb6565b34801561033d57600080fd5b506102c3611240565b34801561035257600080fd5b50436102c3565b34801561036557600080fd5b50600354610286906001600160a01b031681565b34801561038557600080fd5b506103ec6103943660046128f9565b60116020526000908152604090208054600182015460028301546003840154600485015460058601546006870154600788015460089098015496976001600160a01b0390961696949593949293919290919060ff1689565b60408051998a526001600160a01b0390981660208a0152968801959095526060870193909352608086019190915260a085015260c084015260e083015215156101008201526101200161029a565b34801561044657600080fd5b506102316104553660046128d7565b61126c565b34801561046657600080fd5b50610231610475366004612912565b6112b8565b34801561048657600080fd5b5061049a6104953660046128f9565b61163b565b6040805193845260208401929092526001600160a01b03169082015260600161029a565b3480156104ca57600080fd5b5061049a6104d936600461293e565b611761565b3480156104ea57600080fd5b506102c36104f9366004612960565b601060209081526000928352604080842090915290825290205481565b34801561052257600080fd5b50600154610286906001600160a01b031681565b34801561054257600080fd5b5061023161055136600461299a565b6117ac565b34801561056257600080fd5b506105c26105713660046128f9565b600e60205260009081526040902080546001820154600283015460038401546004850154600586015460068701546007909701549596949560ff8516956101009095046001600160a01b0316949089565b60408051998a5260208a0198909852951515968801969096526001600160a01b039093166060870152608086019190915260a085015260c084015260e08301919091526101008201526101200161029a565b34801561062057600080fd5b5061023161062f3660046128f9565b6117e9565b34801561064057600080fd5b50600254610286906001600160a01b031681565b34801561066057600080fd5b5061023161066f3660046128f9565b6119d0565b34801561068057600080fd5b50600c5461068e9060ff1681565b604051901515815260200161029a565b3480156106aa57600080fd5b506102c360075481565b3480156106c057600080fd5b506102c36106cf36600461293e565b611ae8565b3480156106e057600080fd5b506102316106ef3660046128f9565b611b65565b6102316107023660046129b7565b611f82565b34801561071357600080fd5b50610231612532565b34801561072857600080fd5b506008546102c3565b34801561073d57600080fd5b50336000908152600b602052604090205460ff1661068e565b34801561076257600080fd5b5061068e6107713660046128d7565b600b6020526000908152604090205460ff1681565b34801561079257600080fd5b506102c360065481565b3480156107a857600080fd5b506102c36107b73660046128f9565b6125fa565b3480156107c857600080fd5b506102316107d73660046129ea565b612641565b3480156107e857600080fd5b506102c360055481565b3480156107fe57600080fd5b506102c360045481565b34801561081457600080fd5b5061068e6108233660046128f9565b612696565b34801561083457600080fd5b5061068e610843366004612960565b600f60209081526000928352604080842090915290825290205460ff1681565b6002546001600160a01b031633146108965760405162461bcd60e51b815260040161088d90612a21565b60405180910390fd5b600380546001600160a01b0319166001600160a01b0392909216919091179055565b6000818152600e6020526040902060018101546007909101544311156109125760405162461bcd60e51b815260206004820152600f60248201526e105d58dd1a5bdb88195e1c1a5c9959608a1b604482015260640161088d565b60008181526011602052604090206008015460ff16156109445760405162461bcd60e51b815260040161088d90612a58565b60008054838252600e602052604091829020600281015460069091015492516323b872dd60e01b81526001600160a01b03928316936323b872dd936109989333936101009091049091169190600401612a85565b6020604051808303816000875af11580156109b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109db9190612aa9565b6109f75760405162461bcd60e51b815260040161088d90612ac6565b60008054838252600e6020526040909120600601546001600160a01b03909116906323b872dd9033903090610a2e9060c890612b1b565b6040518463ffffffff1660e01b8152600401610a4c93929190612a85565b6020604051808303816000875af1158015610a6b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a8f9190612aa9565b610aab5760405162461bcd60e51b815260040161088d90612ac6565b6000828152600e6020526040812060028101805433610100818102610100600160a81b0319841617909355600684018590556007909301939093556001600160a01b0392049190911690610b0090849061272d565b6000838152600e60209081526040808320815161012081018352815481526001808301548286015260028084015460ff81161515848701526001600160a01b03610100918290048116606086015260038601546080860190815260048088015460a08801908152600589015460c0890190815260068a015460e08a0152600790990154948801949094528c8b52601190995298879020978801549388015495519790920154975190519551939792968983169633967fbb93a6b37420ccb64ebe85119d1f42a7b38074a72f1df50236992d102febe46c96610beb968f96929092169491928e91612b2f565b60405180910390a450505050565b6003546040516302c68be360e31b81526001600160a01b03838116600483015260009216906316345f1890602401602060405180830381865afa158015610c44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c689190612b68565b92915050565b610c78813361272d565b50565b6000818152600e60205260409020600181015460029091015461010090046001600160a01b03163314610cc05760405162461bcd60e51b815260040161088d90612b81565b60008181526011602052604090206008015460ff1615610cf25760405162461bcd60e51b815260040161088d90612a58565b6000806000610d008561163b565b6000546040516323b872dd60e01b815293965091945092506001600160a01b0316906323b872dd90610d3a90849033908890600401612a85565b6020604051808303816000875af1158015610d59573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d7d9190612aa9565b610d995760405162461bcd60e51b815260040161088d90612ac6565b6000546001600160a01b03166323b872dd8230610db760c888612b1b565b6040518463ffffffff1660e01b8152600401610dd593929190612a85565b6020604051808303816000875af1158015610df4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e189190612aa9565b610e345760405162461bcd60e51b815260040161088d90612ac6565b6000858152600e60205260409020600701544311610e5557610e55856119d0565b6000858152600e60209081526040918290206002810180546001600160a01b03808716610100908102610100600160a81b031984168117948590558751610120810189528654815260018701549781019790975260ff90811693169290921715159585019590955290819004909316606083015260038101546080830152600481015460a0830152600581015460c0830152600681015460e08301526007015491810191909152610f06868361272d565b6000858152601160209081526040918290206001810154600482015460c08087015160029094015460808089015160a0808b01518a518f81526001600160a01b039889169a81019a909a529989019590955260608801969096528601529084019290925290820188905260e082019290925290831690339088907f90b204a3382a70b3b370a28ce70c99085b385a6be2506b67045385c936fd7d87906101000160405180910390a4505050505050565b60058110156110075760405162461bcd60e51b815260206004820152601d60248201527f41637469766520666f72206d757374206265206174206c656173742035000000604482015260640161088d565b6000838152600e60205260409020600181015460029091015461010090046001600160a01b0316331461104c5760405162461bcd60e51b815260040161088d90612b81565b6000848152600e602052604090206007015443116110ac5760405162461bcd60e51b815260206004820152601c60248201527f507265762061756374696f6e206e6f7420657870697265642079657400000000604482015260640161088d565b60008181526011602052604090206008015460ff16156110de5760405162461bcd60e51b815260040161088d90612a58565b6000848152600e602052604090206006018390556110fc8243612bb8565b6000858152600e6020908152604080832060078101859055815161012081018352815481526001808301548286015260028084015460ff81161515848701526001600160a01b03610100918290048116606086015260038601546080860190815260048088015460a0880152600588015460c0880190815260069098015460e08801529286019a909a528a8952601190975294909620938401549084015492519390950154955190958a947f8ca527a31221a0733fa24ca1e6e0d60c3df543cc2f50540d9ef2513cee3e0784948b94339492169290916111dc8c43612bb8565b60a08b81015160408051998a526001600160a01b0398891660208b01529690971695880195909552606087019390935260808601919091529184019190915260c083015260e082018790526101008201526101200160405180910390a35050505050565b6000600654436112509190612bcb565b60065461125d9190612bdf565b6112679043612bb8565b905090565b6002546001600160a01b031633146112965760405162461bcd60e51b815260040161088d90612a21565b600280546001600160a01b0319166001600160a01b0392909216919091179055565b60058110156113095760405162461bcd60e51b815260206004820152601d60248201527f41637469766520666f72206d757374206265206174206c656173742035000000604482015260640161088d565b600082116113655760405162461bcd60e51b815260206004820152602360248201527f426964207072696365206d7573742062652067726561746572207468616e207a60448201526265726f60e81b606482015260840161088d565b60008060006113738661163b565b9250925092508285116113d75760405162461bcd60e51b815260206004820152602660248201527f5072696365206d75737420626520686967686572207468616e2070726576696f6044820152651d5cc8189a5960d21b606482015260840161088d565b6113e2856002612bf2565b6000546040516370a0823160e01b81523360048201526001600160a01b03909116906370a0823190602401602060405180830381865afa15801561142a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061144e9190612b68565b10156114935760405162461bcd60e51b81526020600482015260146024820152734e6f7420656e6f756768742062616c616e63652160601b604482015260640161088d565b61149e856002612bf2565b600054604051636eb1769f60e11b81523360048201523060248201526001600160a01b039091169063dd62ed3e90604401602060405180830381865afa1580156114ec573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115109190612b68565b10156115525760405162461bcd60e51b8152602060048201526011602482015270105b1b1bddd85b98d9481b9bdd081cd95d607a1b604482015260640161088d565b600d6000878152602001908152602001600020604051806060016040528087815260200186436115829190612bb8565b815233602091820181905283546001808201865560009586529483902084516003909202019081559183015193820193909355604090910151600290910180546001600160a01b0319166001600160a01b0390921691909117905586907fb5cc2e6a75ba593196ae1600d90399014d2790179ceae0b5d9a2303144028bad90879061160d8843612bb8565b604080519384526001600160a01b0390921660208401529082015260600160405180910390a2505050505050565b6000818152600d60205260408120805482918291801561174c57805b801561174a57438361166a600184612bdf565b8154811061167a5761167a612c09565b9060005260206000209060030201600101541115611738578261169e600183612bdf565b815481106116ae576116ae612c09565b6000918252602090912060039091020154836116cb600184612bdf565b815481106116db576116db612c09565b906000526020600020906003020160010154846001846116fb9190612bdf565b8154811061170b5761170b612c09565b600091825260209091206002600390920201015491975095506001600160a01b0316935061175a92505050565b8061174281612c1f565b915050611657565b505b600080600094509450945050505b9193909250565b600d602052816000526040600020818154811061177d57600080fd5b60009182526020909120600390910201805460018201546002909201549093509091506001600160a01b031683565b6002546001600160a01b031633146117d65760405162461bcd60e51b815260040161088d90612a21565b600c805460ff1916911515919091179055565b60008181526011602090815260408083206003810154600191820154818652600f85528386206001600160a01b0390911680875294529190932054909260ff9091161515146118715760405162461bcd60e51b8152602060048201526014602482015273506f6f6c20646f6573206e6f742065786973742160601b604482015260640161088d565b6000838152601160205260409020600401544310156118d25760405162461bcd60e51b815260206004820152601a60248201527f426174746c6520706f6f6c206973207374696c6c206f70656e21000000000000604482015260640161088d565b60008381526011602052604090206008015460ff16156119345760405162461bcd60e51b815260206004820181905260248201527f4c69717569646174696f6e20707269636520697320616c726561647920736574604482015260640161088d565b61193d81610bf9565b6000848152601160209081526040918290206007810184905560088101805460ff191660011790556002810154600682015460059092015484513381529384019590955282840152606082015260808101929092525184916001600160a01b038416917f50e6a47c5751f6b404216b4d6b7bb0229e18d71016906d1e9aadad209d8c93969160a0908290030190a3505050565b6000818152600e60205260409020600181015460029091015461010090046001600160a01b03163314611a155760405162461bcd60e51b815260040161088d90612b81565b60008181526011602052604090206008015460ff1615611a475760405162461bcd60e51b815260040161088d90612a58565b6000828152600e6020818152604080842060068101859055600781018590558585526011835281852060048082015460018301546005850154600290940154988b905296909552600383015492015492519395339586957fbb93a6b37420ccb64ebe85119d1f42a7b38074a72f1df50236992d102febe46c95611adc958c956001600160a01b03909416949290918c91612b2f565b60405180910390a45050565b600080611af58385612bdf565b90506014811115611b3957610101611b0f82610115612bdf565b611b1b90610145612bf2565b611b259190612b1b565b611b3190610190612bdf565b915050610c68565b6014611b458282612bdf565b611b50906037612bf2565b611b5a9190612b1b565b611b3190604b612bdf565b6000818152600e60205260409020600181015460029091015461010090046001600160a01b03163314611baa5760405162461bcd60e51b815260040161088d90612b81565b60008181526011602052604090206008015460ff161515600114611be05760405162461bcd60e51b815260040161088d90612a58565b6000828152600e602052604090206002015460ff1615611c425760405162461bcd60e51b815260206004820152601a60248201527f426174746c6520697320616c72656164792070616964206f7574000000000000604482015260640161088d565b6000828152600e60209081526040808320600580820154868652601180865293862060028101546007820154600390950154898952959096526006810154920154909592939190600187148015611c9857508585125b80611cab575086158015611cab57508585135b15611ceb5786600003611cdf578183611cc48383612bb8565b611cce9190612bf2565b611cd89190612b1b565b9350611d6e565b8083611cc48285612bb8565b81158015611cf95750866001145b15611d095780611cce8482612bf2565b80158015611d15575086155b15611d255781611cce8482612bf2565b8585148015611d32575086155b15611d425781611cce8482612bf2565b8585148015611d515750866001145b15611d6e5780611d618482612bf2565b611d6b9190612b1b565b93505b6000611d798a6125fa565b9050611d858186612b1b565b60086000828254611d969190612bb8565b909155505060008a8152600e60205260409020600201805460ff191660011790558415611e49576001546001600160a01b03166323d14d6033611dd98489612b1b565b611de39089612bdf565b6040516001600160e01b031960e085901b1681526001600160a01b039092166004830152602482015260016044820152606401600060405180830381600087803b158015611e3057600080fd5b505af1158015611e44573d6000803e3d6000fd5b505050505b6000611e558287612b1b565b611e5f9087612bdf565b60005460405163a9059cbb60e01b8152336004820152602481018390529192506001600160a01b03169063a9059cbb906044016020604051808303816000875af1158015611eb1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ed59190612aa9565b611ef15760405162461bcd60e51b815260040161088d90612ac6565b60008a8152601160205260409020600101548b9033907f67b59148e3ca3c88b86e4f063a34bf38381b0ff240cfd5f19897d81d461d0e75906001600160a01b0316888d611f3e888d612b1b565b611f48908d612bdf565b604080516001600160a01b039095168552602085019390935291830152606082015260800160405180910390a35050505050505050505050565b600c5460ff16611fe35760405162461bcd60e51b815260206004820152602660248201527f426174746c657320617265206e6f7420616363657074656420617420746865206044820152651b5bdb595b9d60d21b606482015260840161088d565b811580611ff05750816001145b61203c5760405162461bcd60e51b815260206004820152601c60248201527f446972656374696f6e2063616e206f6e6c792062652031206f72203000000000604482015260640161088d565b336000908152600b602052604090205460ff1661209b5760405162461bcd60e51b815260206004820152601860248201527f596f7520617265206e6f742077686974656c6973746564210000000000000000604482015260640161088d565b6000546040516323b872dd60e01b81526001600160a01b03909116906323b872dd906120cf90339030908690600401612a85565b6020604051808303816000875af11580156120ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121129190612aa9565b61212e5760405162461bcd60e51b815260040161088d90612ac6565b6000612138611240565b6040805161012081018252600954808252600060208084018281528486018381523360608701908152608087018b81524360a0890190815260c089018e815260e08a01888152610100808c018a81529a8a52600e89528c8a209b518c55965160018c0155945160028b01805495516001600160a01b03908116909802610100600160a81b0319921515929092166001600160a81b03199096169590951717909355905160038901555160048801555160058701555160068601559251600790940193909355848152600f835283812091891681529152205490915060ff1661235a57600061222585610bf9565b600a5460009081526011602052604090206001810180546001600160a01b0319166001600160a01b03891617905590915061225e611240565b60038201556007546122709084612bb8565b60048201556000600780830182905560088301805460ff19908116909155600a805485556002850186905580548785526010602090815260408087206001600160a01b038e1680895290835281882093909355898752600f825280872083885290915290942080549092166001179091555490549091907f681ba8fbe2ac5978031731d7c2c5b943e823d72c79cc7008151622f8868d82a290339086906123179089612bb8565b604080516001600160a01b03909416845260208401929092529082015260600160405180910390a36001600a60008282546123529190612bb8565b909155505050505b60008181526010602090815260408083206001600160a01b03881684528252808320546009548452600e9092528220600101819055908490036123c357600081815260116020526040812060060180548592906123b8908490612bb8565b909155506123ea9050565b600081815260116020526040812060050180548592906123e4908490612bb8565b90915550505b600954336001600160a01b03167f3cb33f5e55177a62c7304dca1b012b394d223f2e37544588106998be7c865152878686868a6007548a61242b9190612bb8565b60008a8152601160209081526040918290206006810154600582015460029092015484516001600160a01b03909b168b52928a0198909852918801959095526060870193909352608086019190915260a085015260c084019290925260e0830191909152610100820152436101208201526101400160405180910390a360015460405163011e8a6b60e51b815233600482015260248101859052600060448201526001600160a01b03909116906323d14d6090606401600060405180830381600087803b1580156124fb57600080fd5b505af115801561250f573d6000803e3d6000fd5b505050506001600960008282546125269190612bb8565b90915550505050505050565b6002546001600160a01b0316331461255c5760405162461bcd60e51b815260040161088d90612a21565b60088054600091829055905460025460405163a9059cbb60e01b81526001600160a01b0391821660048201526024810184905291169063a9059cbb906044016020604051808303816000875af11580156125ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125de9190612aa9565b610c785760405162461bcd60e51b815260040161088d90612ac6565b6000818152600e6020818152604080842060018101548086526011845291852060030154868652939092526004909101549091906126388282611ae8565b95945050505050565b6002546001600160a01b0316331461266b5760405162461bcd60e51b815260040161088d90612a21565b6001600160a01b03919091166000908152600b60205260409020805460ff1916911515919091179055565b60008181526011602052604081206003810154600182015460049092015490916001600160a01b03169043108015906126e1575060008481526011602052604090206008015460ff16155b801561271457506000828152600f602090815260408083206001600160a01b038516845290915290205460ff1615156001145b15612723575060019392505050565b5060009392505050565b6000828152600d6020908152604080832080548251818502810185019093528083529192909190849084015b828210156127ae576000848152602090819020604080516060810182526003860290920180548352600180820154848601526002909101546001600160a01b0316918301919091529083529092019101612759565b50508251929350600091508290505b801561286e576000868152600d602052604090206001600160a01b038616906127e7600184612bdf565b815481106127f7576127f7612c09565b60009182526020909120600260039092020101546001600160a01b03160361285c576000868152600d60205260408120612832600184612bdf565b8154811061284257612842612c09565b906000526020600020906003020160010181905550600191505b8061286681612c1f565b9150506127bd565b5080156128b4576040516001600160a01b038516815285907f529d3bdff5de00724e674a22c5cc88aeca2e6496bf02e3369a4e43a7171be0529060200160405180910390a25b5050505050565b80356001600160a01b03811681146128d257600080fd5b919050565b6000602082840312156128e957600080fd5b6128f2826128bb565b9392505050565b60006020828403121561290b57600080fd5b5035919050565b60008060006060848603121561292757600080fd5b505081359360208301359350604090920135919050565b6000806040838503121561295157600080fd5b50508035926020909101359150565b6000806040838503121561297357600080fd5b82359150612983602084016128bb565b90509250929050565b8015158114610c7857600080fd5b6000602082840312156129ac57600080fd5b81356128f28161298c565b6000806000606084860312156129cc57600080fd5b6129d5846128bb565b95602085013595506040909401359392505050565b600080604083850312156129fd57600080fd5b612a06836128bb565b91506020830135612a168161298c565b809150509250929050565b6020808252601d908201527f5741524e494e4720796f7520617265206e6f7420746865206f776e6572000000604082015260600190565b602080825260139082015272506f6f6c206973207374696c6c206f70656e2160681b604082015260600190565b6001600160a01b039384168152919092166020820152604081019190915260600190565b600060208284031215612abb57600080fd5b81516128f28161298c565b6020808252600f908201526e151c985b9cd9995c8819985a5b1959608a1b604082015260600190565b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600082612b2a57612b2a612aef565b500490565b9687526001600160a01b0395909516602087015260408601939093526060850191909152608084015260a083015260c082015260e00190565b600060208284031215612b7a57600080fd5b5051919050565b6020808252601d908201527f596f7520617265206e6f742074686520626174746c65206f776e657221000000604082015260600190565b80820180821115610c6857610c68612b05565b600082612bda57612bda612aef565b500690565b81810381811115610c6857610c68612b05565b8082028115828204841417610c6857610c68612b05565b634e487b7160e01b600052603260045260246000fd5b600081612c2e57612c2e612b05565b50600019019056fea264697066735822122003a928b002de29a42710e6f6c947d7fdaaeb7ae801e38977be42396cc607f27664736f6c63430008170033"
}
eth_getStorageAt
Returns the value from a storage position at a given address.
This endpoint is still experimental and may have potential issues
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_getStorageAt
&address=0x202b9606dbbb947942616a3465c8ee42f9cbb954
&position=0x0
&tag=latest
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x000000000000000000000000f199c2be8f06db036ee8ae48d3fc1e074e236056"
}
eth_gasPrice
Returns the current price per gas in wei.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_gasPrice
&apikey=YourApiKeyToken
No parameters required.
Sample Response
{
"jsonrpc":"2.0",
"result":"0x5f5e100",
"id":73
}
Easily convert Ethereum units using our unit converter.
eth_estimateGas
Makes a call or transaction, which won't be added to the blockchain and returns the used gas.
https://api-sepolia.arbiscan.io/api
?module=proxy
&action=eth_estimateGas
&data=0x
&to=0x202b9606dbbb947942616a3465c8ee42f9cbb954
&value=0x1
&gasPrice=0x51da038cc
&gas=0x186A0
&apikey=YourApiKeyToken
Query Parameters
Sample Response
{
"jsonrpc":"2.0",
"result":"0x5208",
"id":1
}
Last updated