Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.098 | $0.998728 |
$0.1 | |
WETH | ERC-20 | 0.00001 | $3,597.07 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21978281 | 24 days ago | | | 0 | 0.0000014384710 | |
| 21978257 | 24 days ago | | | 0 | 0.0000011747555 | |
| 21978046 | 24 days ago | | | 0 | 0.0000010656058 | |
| 21978012 | 24 days ago | | | 0 | 9.2833528e-7 | |
| 21675043 | a month ago | | | 0 | 0.0000039241026 | |
| 21675028 | a month ago | | | 0 | 0.0000033947946 | |
| 21675013 | a month ago | | | 0 | 0.0000033980314 | |
| 21674982 | a month ago | | | 0 | 0.0000034214171 | |
| 21673921 | a month ago | | | 0 | 0.0000054495835 | |
| 21673905 | a month ago | | | 0 | 0.0000055167605 |
ABI
ABI objects
Getter at block 23005849
TXTYPE_HASH() view returns (bytes32)
0xc31d31dc29f32ecdd66428d188413e0f2105bd94c2170f2de7254207064ee5d0
domainSeparatorV4() view returns (bytes32)
0xcf30996eaabf3d50759167169a86267654ae38da5a2f231f6904dd202590cb52
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Keepers, version=1, chainId=8453, verifyingContract=0x6486348b555eba57290d58c97664f4f2acd51fb9, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
nonce() view returns (uint256)
26
numOwners() view returns (uint256)
3
owner() view returns (address)
0x1c66eae2bac8b2ccead447a1c1fb40eb86b7d820
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
threshold() view returns (uint8)
3
Read-only
isOwner(address) view returns (bool)
prepareHash(address destination, bytes data, uint256 gasLimit, address executor, uint256 deadline) view returns (bytes32)
State-modifying
Events acceptOwnership()
execute(address destination, bytes data, uint256 gasLimit, address executor, bytes32[] sigR, bytes32[] sigS, uint8[] sigV, uint256 deadline)
renounceOwnership()
setThreshold(uint8 _threshold)
transferOwnership(address newOwner)
updateOwners(address[] _owners, bool[] addOrRemove)
EIP712DomainChanged()
Execute(address indexed destination, bytes data, uint256 gasLimit, address executor, uint256 deadline)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateOwners(address[] owners, bool[] addOrRemove)
UpdateThreshold(uint8 threshold)
constructor(address[] _owners, uint8 _threshold)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)