CentWallet
Verified contract
Active on
Ethereum with 6,944 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$141,956.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 38.820243 | $3,656.77 |
$141,956.7 | |
EBK | ERC-20 | 203.120625 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- | |
(#7) | GFX | ERC-721 | 1 | -- | -- |
MYOU | ERC-20 | 0.3 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089621 | a month ago | | | 0 | 0.00032846825 | |
| 21089558 | a month ago | | | 0 | 0.00028467437 | |
| 21089513 | a month ago | | | 0 | 0.00034196520 | |
| 21089506 | a month ago | | | 0 | 0.00045242621 | |
| 21089504 | a month ago | | | 0 | 0.00069895148 | |
| 21089408 | a month ago | | | 0 | 0.00052506600 | |
| 21089405 | a month ago | | | 0 | 0.00092092200 | |
| 21065533 | a month ago | | | 0 | 0.0019209578 | |
| 20688679 | 3 months ago | | | 0 | 0.00017986974 | |
| 20688635 | 3 months ago | | | 0 | 0.00011173288 |
ABI
ABI objects
Getter at block 21300345
getEscrowBalance() view returns (uint256)
0
Read-only
admins(uint256) view returns (address)
getBalance(bytes32 walletID) view returns (uint256)
getDebitDigest(bytes32 walletID, uint256 value, uint64 nonce) pure returns (bytes32)
getDebitNonce(bytes32 walletID) view returns (uint256)
getLinkDigest(bytes32 walletID, address agent) pure returns (bytes32)
getLinkStatus(bytes32 walletID, address member) view returns (bool)
getMessageSigner(bytes32 message, uint8 v, bytes32 r, bytes32 s) pure returns (address)
getNameDigest(string name) pure returns (bytes32)
getWalletDigest(bytes32 name, address root) pure returns (bytes32)
getWithdrawDigest(bytes32 walletID, address recipient, uint256 value, uint64 nonce) pure returns (bytes32)
getWithdrawNonce(bytes32 walletID) view returns (uint256)
State-modifying
Events addAdmin(address newAdmin)
changeRootAdmin(address newRootAdmin)
debit(bytes32[] walletIDs, uint256[] values, uint64[] nonces, uint8[] v, bytes32[] r, bytes32[] s)
deposit(bytes32 walletID) payable
link(bytes32[] walletIDs, bytes32[] nameIDs, address[] agents, uint8[] v, bytes32[] r, bytes32[] s)
removeAdmin(address oldAdmin)
settle(bytes32[] walletIDs, uint256[] requestIDs, uint256[] values)
withdraw(bytes32[] walletIDs, address[] recipients, uint256[] values, uint64[] nonces, uint8[] v, bytes32[] r, bytes32[] s)
Debit(bytes32 indexed walletID, uint256 indexed nonce, uint256 indexed value)
Deposit(bytes32 indexed walletID, address indexed sender, uint256 indexed value)
Link(bytes32 indexed walletID, address indexed agent)
Settle(bytes32 indexed walletID, uint256 indexed requestID, uint256 indexed value)
Withdraw(bytes32 indexed walletID, uint256 indexed nonce, uint256 indexed value, address recipient)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.