Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$21,979.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.586267 | $3,337.11 |
$21,979.1 | |
L2 | ERC-20 | 9.376091M | $0.002347 |
$22,008.78 | |
DAI | ERC-20 | 8.954356K | $1.001 |
$8,963.31 | |
WBTC | ERC-20 | 0.0859 | $98,627.00 |
$8,472.06 | |
USDC | ERC-20 | 745.4946 | $1.001 |
$746.24 | |
HEX | ERC-20 | 1.307 | $0.003122 |
$0 | |
AfroX | ERC-20 | 1M | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
betbeb.com | ERC-20 | 177.776K | -- | -- | |
BEB | ERC-20 | 88.888K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20919644 | a month ago | | | 0 | 0.0013486769 | |
| 20919640 | a month ago | | | 0 | 0.0030922410 | |
| 20859456 | 2 months ago | | | 0 | 0.0022831800 | |
| 20542069 | 3 months ago | | | 0 | 0.00022368675 | |
| 19814062 | 7 months ago | | | 0 | 0.00062205555 | |
| 19814060 | 7 months ago | | | 0 | 0.00044968201 | |
| 19814057 | 7 months ago | | | 0 | 0.00059435377 | |
| 19814054 | 7 months ago | | | 0 | 0.00048776350 | |
| 19705771 | 7 months ago | | | 0 | 0.00083164557 | |
| 19442770 | 8 months ago | | | 0 | 0.010395558 |
ABI
ABI objects
Getter at block 21247545
getOwners() view returns (address[])
[0x4D2130d9D20428Dc249a1e938A0bcEA4b5B9ac1A, 0xaC01F01f51F0bdd012C1838Bd5ceF330E6c7FFCa]
totalAppsCount() view returns (uint32)
4
version() view returns (string)
1.1.0
Read-only
app(uint32 appId) view returns (address current, address proposal, uint256 activationBlock)
appOwners(uint32, uint256) view returns (address)
apps(uint32) view returns (address proposal, uint256 activationBlock)
current(uint32 appId) view returns (address)
getAppOwners(uint32 appId) view returns (address[])
getBalance(uint32 appId, address asset) view returns (uint256)
history(uint32 appId) view returns (address[])
isAnyLogic(uint32 appId, address logic) view returns (bool)
isAppOwner(uint32 appId, address appOwner) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
proposals(address) view returns (bool)
State-modifying
Events activate(uint32 appId)
addAppOwners(uint32 appId, address[] toBeAdded)
addOwner(address owner)
addProposal(uint32 appId, address logic)
approve(uint32 appId)
depositEther(uint32 appId) payable
depositToken(uint32 appId, address token, uint256 quantity)
disapprove(uint32 appId)
provisionApp(uint32 appId, address logic)
registerApp(uint32 appId, address[] appOwners_)
removeAppOwners(uint32 appId, address[] toBeRemoved)
removeOwner(address owner)
removeProposal(uint32 appId)
transfer(uint32 from, uint32 to, bytes parameters)
withdraw(uint32 appId, bytes parameters)
Activated(uint32 indexed appId, uint8 version, address logic)
AppOwnerAdded(uint32 appId, address appOwner)
AppOwnerRemoved(uint32 appId, address appOwner)
AppProvisioned(uint32 indexed appId, uint8 version, address logic)
AppRegistered(uint32 appId)
OwnerAdded(address indexed owner)
OwnerRemoved(address indexed owner)
ProposalAdded(uint32 indexed appId, uint8 version, address logic, uint256 activationBlock)
ProposalRemoved(uint32 indexed appId, uint8 version, address logic)
constructor(address[] owners, string version)
This contract contains no fallback and receive objects.
This contract contains no error objects.