xCryptSharedWallet
Verified contract
Active on
Ethereum with 74 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCT | ERC-20 | 3.4K | -- | -- | |
ETHPLO | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8676882 | 5 years ago | | | 0 | 0.0052052040 | |
| 8676881 | 5 years ago | | | 0 | 0.0086599260 | |
| 8676867 | 5 years ago | | | 0 | 0.0084072348 | |
| 8676811 | 5 years ago | | | 0 | 0.0087679260 | |
| 8676803 | 5 years ago | | | 0 | 0.0084439260 | |
| 8490968 | 5 years ago | | | 0 | 0.00037518800 | |
| 8086142 | 5 years ago | | | 0 | 0.0044941100 | |
| 8086130 | 5 years ago | | | 0 | 0.011479766 | |
| 8086127 | 5 years ago | | | 0 | 0.0073613180 | |
| 8086109 | 5 years ago | | | 0 | 0.011861318 |
ABI
ABI objects
Getter at block 21409238
getCap() view returns (uint256, uint256)
(0, 0)
getTrustee() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
isPaused() view returns (bool)
false
owner() view returns (address)
0xad8b6b7d49f2dde73fdeb09a54e0de091513e421
Read-only
checkIfValidTransfer(uint256 amount) view returns (bool)
checkIfValidWeiTransfer(uint256 amount) view returns (bool)
isAdmin(address account) view returns (bool)
tokenBalanceOf(address token) view returns (uint256)
State-modifying
Events addAdmin(address account) returns (bool)
addManyAdmins(address[] accounts) returns (bool)
assignTrustee(address account) returns (bool)
bulkTransfer(address token, address[] destinations, uint256[] amounts) returns (bool)
bulkTransferEther(address[] destinations, uint256[] amounts) returns (bool)
pause()
reassignOwner(address newOwner) returns (bool)
reclaimEther()
reclaimToken(address token)
removeAdmin(address account) returns (bool)
removeManyAdmins(address[] accounts) returns (bool)
renounceOwnership()
setCap(uint256 cap, uint256 weiCap) returns (bool)
transferEthers(address destination, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferTokens(address token, address destination, uint256 amount) returns (bool)
unpause()
AdminAdded(address indexed account)
AdminRemoved(address indexed account)
BulkTransferPerformed(address indexed token, address indexed transferredBy, uint256 length, uint256 totalAmount)
CapChanged(uint256 maximumTransfer, uint256 maximumTransferWei, uint256 oldMaximumTransfer, uint256 oldMaximumTransferWei)
EtherBulkTransferPerformed(address indexed transferredBy, uint256 length, uint256 totalAmount)
EtherTransferPerformed(address indexed transferredBy, address indexed destination, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
TransferPerformed(address indexed token, address indexed transferredBy, address indexed destination, uint256 amount)
TrusteeAssigned(address indexed account)
Unpaused()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.