0xee85813a2a5c836fc129f126671d1c5a73cca8ca
Verified contract
Proxy
Active on
Ethereum with 229 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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "0xee85813a2a5c836fc129f126671d1c5a73cca8ca"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19824291 | 6 months ago | | | 0 | 0.00076669701 | |
| 19824270 | 6 months ago | | | 0 | 0.00033710363 | |
| 19556882 | 8 months ago | | | 0 | 0.0040327060 | |
| 19556878 | 8 months ago | | | 0 | 0.0035604119 | |
| 19517088 | 8 months ago | | | 0 | 0.0039369850 | |
| 19517084 | 8 months ago | | | 0 | 0.0035573634 | |
| 19453664 | 8 months ago | | | 0 | 0.0052920661 | |
| 19453661 | 8 months ago | | | 0 | 0.0045053263 | |
| 19358894 | 9 months ago | | | 0 | 0.012113532 | |
| 19358890 | 9 months ago | | | 0 | 0.010449304 |
ABI
ABI objects
Getter at block 21230283
NAME() view returns (bytes32)
0x436f626f536166654163636f756e740000000000000000000000000000000000
VERSION() view returns (uint256)
2
_NAME() view returns (string)
CoboSafeAccount
authorizer() view returns (address)
0x541254ff5d089f3637424db517a4c9ae223bf219
getAccountAddress() view returns (address account)
0x2c4833eb26e3e41c5c5a3d57ac98a3e96308ece1
getAllDelegates() view returns (address[])
[0x4dCbB1fE5983ad5b44DC661273a4f11CA812f8B8, 0x4362DC29b8eb0B00DA1f949a0745Ca9ccB8Cc2d8, 0x355FdD3AA97C2E9144731b30CDF73D1CD296B5bD]
owner() view returns (address)
0x2c4833eb26e3e41c5c5a3d57ac98a3e96308ece1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
roleManager() view returns (address)
0x2cec0204916ec8e28ca4ea79743db5663e23d2f9
safe() view returns (address)
0x2c4833eb26e3e41c5c5a3d57ac98a3e96308ece1
Read-only
hasDelegate(address _delegate) view returns (bool)
State-modifying
Events acceptOwner()
addDelegate(address _delegate)
addDelegates(address[] _delegates)
execTransaction(struct CallData callData) returns (struct TransactionResult result)
execTransactions(struct CallData[] callDataList) returns (struct TransactionResult[] resultList)
initialize(address _owner)
initialize(address _owner, address _roleManager, address _authorizer)
removeDelegate(address _delegate)
removeDelegates(address[] _delegates)
renounceOwnership()
setAuthorizer(address _authorizer)
setPendingOwner(address to)
setRoleManager(address _roleManager)
transferOwnership(address newOwner)
AuthorizerSet(address indexed authorizer)
DelegateAdded(address indexed delegate)
DelegateRemoved(address indexed delegate)
NewOwnerSet(address indexed owner)
PendingOwnerSet(address indexed to)
RoleManagerSet(address indexed roleManager)
TransactionExecuted(address indexed to, bytes4 indexed selector, uint256 indexed value, struct TransactionData transaction)
This contract contains no constructor objects.
receive()
This contract contains no error objects.