0x12feed1fef344897f3e9b1668066316e7e849c0e
Verified contract
Proxy
Active on
Ethereum with 64 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 "0x12feed1fef344897f3e9b1668066316e7e849c0e"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20192026 | 5 months ago | | | 0 | 0.0035901809 | |
| 20192023 | 5 months ago | | | 0 | 0.0035541108 | |
| 20192018 | 5 months ago | | | 0 | 0.0035127710 | |
| 20192015 | 5 months ago | | | 0 | 0.0032990553 | |
| 20178948 | 5 months ago | | | 0 | 0.0027953191 | |
| 20178407 | 5 months ago | | | 0 | 0.0054553984 | |
| 20178404 | 5 months ago | | | 0 | 0.0049256039 | |
| 20174939 | 5 months ago | | | 0 | 0.0029841740 | |
| 20174583 | 5 months ago | | | 0 | 0.0019127685 | |
| 20174056 | 5 months ago | | | 0 | 0.0017138505 |
ABI
ABI objects
Getter at block 21220294
NAME() view returns (bytes32)
0x436f626f536166654163636f756e740000000000000000000000000000000000
VERSION() view returns (uint256)
2
_NAME() view returns (string)
CoboSafeAccount
authorizer() view returns (address)
0x0a9b6b908526583682e49b74a41bd31758019cae
getAccountAddress() view returns (address account)
0x3e23fd468f65e77aea8f548ebd382e86e7a99309
getAllDelegates() view returns (address[])
[0x39Dc6Aa1a762A57040f80A785818A4E96e5448ae]
owner() view returns (address)
0x3e23fd468f65e77aea8f548ebd382e86e7a99309
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
roleManager() view returns (address)
0xa97db529149addf883b764a6a46203647f8cf5de
safe() view returns (address)
0x3e23fd468f65e77aea8f548ebd382e86e7a99309
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.