PayingProxy
Verified contract
Proxy
Active on
Ethereum with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($74.89)
Native
Value
$74.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022818 | $3,282.27 |
$74.89 | |
0x7a92…0b7c | ERC-20 | 203.684463 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8915572 | 5 years ago | | | 0 | 0.00071516000 | |
| 8068645 | 5 years ago | | | 0 | 0.00039504681 | |
| 8067407 | 5 years ago | | | 0 | 0.0013994400 | |
| 8067363 | 5 years ago | | | 0 | 0.0014806600 | |
| 8067355 | 5 years ago | | | 0 | 0.0014832200 | |
| 7902392 | 5 years ago | | | 0 | 0.0017476800 | |
| 7902384 | 5 years ago | | | 0 | 0.0028845200 | |
| 7902310 | 5 years ago | | | 90 | 0.0011029000 | |
| 7902296 | 5 years ago | | | 40 | 0.00021000000 | |
| 7887797 | 5 years ago | | | 0 | 0.0034845200 |
ABI
ABI objects
Getter at block 21180519
implementation() view returns (address)
0xb6029ea3b2c51d09a50b53ca8012feeb05bda35a
proxyType() pure returns (uint256)
2
DOMAIN_SEPARATOR_TYPEHASH() view returns (bytes32)
0x035aff83d86937d35b32e04f0ddc6ff469290eef2f1b692d8a815c89404d4749
NAME() view returns (string)
Gnosis Safe
SAFE_MSG_TYPEHASH() view returns (bytes32)
0x60b3cbf8b4a223d68d641b3b6ddf9a298e7f33710cf3d3a9d1146b5a6150fbca
SAFE_TX_TYPEHASH() view returns (bytes32)
0xbb8310d486368db6bd6f849402fdd73ad53d316b5a4b2644ad6efe0f941286d8
SENTINEL_MODULES() view returns (address)
0x0000000000000000000000000000000000000001
SENTINEL_OWNERS() view returns (address)
0x0000000000000000000000000000000000000001
VERSION() view returns (string)
1.0.0
domainSeparator() view returns (bytes32)
0x3921ae9dcdfd7cb2dcf393e2b975c01ce66ee84fdeca05fbc5135275010fe44f
getModules() view returns (address[])
[]
getOwners() view returns (address[])
[0x64D27e05fa07b366C5aE38cF83A1ac4cefE112A2, 0x86134A0DAF810aE737e32D931c353AC72fA022CE, 0xACc2C7A1963B7474AC378974af68e90633Df3EDC, 0xc30466bB9059C2c5a0d6B74b3B50b0405dE0D758]
getThreshold() view returns (uint256)
2
nonce() view returns (uint256)
8
Read-only
approvedHashes(address, bytes32) view returns (uint256)
encodeTransactionData(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 dataGas, uint256 gasPrice, address gasToken, address refundReceiver, uint256 _nonce) view returns (bytes)
getMessageHash(bytes message) view returns (bytes32)
getTransactionHash(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 dataGas, uint256 gasPrice, address gasToken, address refundReceiver, uint256 _nonce) view returns (bytes32)
isOwner(address owner) view returns (bool)
signedMessages(bytes32) view returns (uint256)
State-modifying
Events addOwnerWithThreshold(address owner, uint256 _threshold)
approveHash(bytes32 hashToApprove)
changeMasterCopy(address _masterCopy)
changeThreshold(uint256 _threshold)
disableModule(address prevModule, address module)
enableModule(address module)
execTransaction(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 dataGas, uint256 gasPrice, address gasToken, address refundReceiver, bytes signatures) returns (bool success)
execTransactionFromModule(address to, uint256 value, bytes data, uint8 operation) returns (bool success)
isValidSignature(bytes _data, bytes _signature) returns (bool isValid)
removeOwner(address prevOwner, address owner, uint256 _threshold)
requiredTxGas(address to, uint256 value, bytes data, uint8 operation) returns (uint256)
setup(address[] _owners, uint256 _threshold, address to, bytes data)
signMessage(bytes _data)
swapOwner(address prevOwner, address oldOwner, address newOwner)
AddedOwner(address owner)
ChangedThreshold(uint256 threshold)
ContractCreation(address newContract)
DisabledModule(address module)
EnabledModule(address module)
ExecutionFailed(bytes32 txHash)
RemovedOwner(address owner)
constructor(address _masterCopy, bytes initializer, address funder, address paymentToken, uint256 payment)
fallback()
fallback()
This contract contains no error objects.