0x47476b46056191ab2f28d387b215333193bb6d5a
Verified contract
Proxy
Active on
Base with 666 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
-
variable spans 39 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00058 |
$0 | |
UNI-V3-POS | ERC-721 | 1 | -- | -- | |
UNI-V3-POS | ERC-721 | 1 | -- | -- | |
UNI-V3-POS | ERC-721 | 1 | -- | -- | |
UNI-V3-POS | ERC-721 | 1 | -- | -- | |
UNI-V3-POS | ERC-721 | 1 | -- | -- | |
UNI-V3-POS | ERC-721 | 1 | -- | -- | |
UNI-V3-POS | ERC-721 | 1 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16412309 | 5 months ago | | | 0 | 0.0000024055925 | |
| 16412292 | 5 months ago | | | 0 | 0.0000028698020 | |
| 16412275 | 5 months ago | | | 0 | 0.0000028328145 | |
| 16412248 | 5 months ago | | | 0 | 0.0000024852885 | |
| 16412234 | 5 months ago | | | 0 | 0.0000055316629 | |
| 16412214 | 5 months ago | | | 0 | 0.0000046360820 | |
| 16411987 | 5 months ago | | | 0 | 0.000017491690 | |
| 16411975 | 5 months ago | | | 0 | 0.000017488903 | |
| 16411964 | 5 months ago | | | 0 | 0.000017490993 | |
| 16411882 | 5 months ago | | | 0 | 0.000017491690 |
ABI
ABI objects
Getter at block 23146993
getOwnerCount() view returns (uint256)
7
getOwners() view returns (address[])
[0x76A3b4a5439B757a26aEe983E8F0F43Aee9c2835, 0xa2de1235724486E0EC19EF6a508Fb12CA9115A74, 0xA2a87e3EdD54331048624e98a5a5116Cb5f5ccC0, 0x1b9b95Df34B2A4912607Ede3e3fef66D647A90b3, 0x8c29620A873e4755Ea5bd58A68F49644F4BDf4Ef, 0x8fEDfF5AE1BDAb5B530e4FA7856376854C21f6Af, 0x93Df98Fdf3118dAfFeF872A1F547B1C787858c99]
liveAccountCheckin() view returns (uint256)
0
lockPeriod() view returns (uint256)
0
required() view returns (uint256)
2
transactionCount() view returns (uint256)
305
Read-only
confirmationTimes(uint256) view returns (uint256)
confirmations(uint256, address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256 count, uint256 inactives)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getOwnerAtIndex(uint256 index) view returns (address)
getTransactionCount(uint8 status) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, uint8 status) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
lastCheckin(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
transactions(uint256) view returns (bytes32 description, address destination, uint256 value, uint8 status, bytes data)
State-modifying
Events addOwner(address owner)
changeLiveAccountCheckinPeriod(uint256 _liveAccountCheckin)
changeLockPeriod(uint256 _newLockPeriod)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
initialize(address[] _owners, uint256 _required, uint256 _lockPeriod, uint256 _liveAccountCheckin)
onERC1155BatchReceived(address, address from, uint256[] tokenIds, uint256[] values, bytes) returns (bytes4)
onERC1155Received(address, address from, uint256 tokenId, uint256 value, bytes) returns (bytes4)
onERC721Received(address, address from, uint256 tokenId, bytes) returns (bytes4)
ping()
pingFor(address owner)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
resetConfirmationTimer(uint256 transactionId)
revokeConfirmation(uint256 transactionId)
submitTransaction(bytes32 description, address destination, uint256 value, bytes data) returns (uint256 transactionId)
tokensReceived(address, address from, address, uint256 amount, bytes, bytes)
vetoTransaction(uint256 transactionId)
withdraw(address toAddress, uint256 amount)
withdrawERC1155(address toAddress, uint256 tokenId, uint256 amount, address tokenContract)
withdrawERC20(address toAddress, uint256 amount, address tokenContract)
withdrawERC721(address toAddress, uint256 tokenId, address tokenContract)
withdrawERC777(address toAddress, uint256 amount, address tokenContract)
Confirmation(address indexed sender, uint256 indexed transactionId)
ConfirmationTimeSet(uint256 transactionId, uint256 confirmationTime)
ConfirmationTimeUnset(uint256 transactionId)
Deposit(address indexed sender, uint256 value)
DepositERC1155(address indexed sender, address indexed tokenContract, uint256 tokenId, uint256 amount)
DepositERC721(address indexed sender, address indexed tokenContract, uint256 tokenId)
DepositERC777(address indexed sender, address indexed tokenContract, uint256 amount)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId, string reason)
Initialized(uint8 version)
LiveAccountCheckinChange(uint256 previous, uint256 liveAccountCheckin)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 previous, uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
TimelockChange(uint256 previous, uint256 timelock)
Vetoed(address indexed sender, uint256 indexed transactionId)
Withdraw(address indexed recipient, uint256 value)
WithdrawERC1155(address indexed recipient, address indexed tokenContract, uint256 tokenId, uint256 amount)
WithdrawERC20(address indexed recipient, address indexed tokenContract, uint256 amount)
WithdrawERC721(address indexed recipient, address indexed tokenContract, uint256 tokenId)
WithdrawERC777(address indexed recipient, address indexed tokenContract, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.