ClientFund
Verified contract
Active on
Ethereum with 1,313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7e88…d58f
0xbc1b…8cad
0x8adf…aa02
0x0e3b…1da4
0x0b03…360a
Balances ($0.13)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,713.75 |
$0 | |
HOT | ERC-20 | 40 | $0.003307 |
$0.13 | |
OLDNII | ERC-20 | 7.967267B | -- | -- | |
GENII | ERC-20 | 99.042719 | -- | -- | |
HBT | ERC-20 | 99.042719 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20786066 | 2 months ago | | | 0 | 0.0086313896 | |
| 20785555 | 2 months ago | | | 0 | 0.00067293130 | |
| 20785553 | 2 months ago | | | 0 | 0.00068105951 | |
| 20780957 | 2 months ago | | | 0 | 0.0020758996 | |
| 20088812 | 6 months ago | | | 0 | 0.0045840866 | |
| 20088607 | 6 months ago | | | 0 | 0.0068723468 | |
| 20088113 | 6 months ago | | | 0 | 0.0037584683 | |
| 19988534 | 6 months ago | | | 0 | 0.0026291277 | |
| 15517489 | 2 years ago | | | 0 | 0.0047131818 | |
| 15380553 | 2 years ago | | | 0 | 0.0033075920 |
ABI
ABI objects
Getter at block 21303816
balanceTracker() view returns (address)
0xbc1bcc29edf605095bf4fe7a953b7c115ecc8cad
balanceTrackerFrozen() view returns (bool)
true
deployer() view returns (address)
0xab71071f2828ee977c84d94f2d5e6bfa68c54174
destructor() view returns (address)
0xab71071f2828ee977c84d94f2d5e6bfa68c54174
initialServiceAuthorizationDisabled() view returns (bool)
false
operator() view returns (address)
0xab71071f2828ee977c84d94f2d5e6bfa68c54174
registeredBeneficiariesCount() view returns (uint256)
2
seizedWalletsCount() view returns (uint256)
0
selfDestructionDisabled() view returns (bool)
false
serviceActivationTimeout() view returns (uint256)
604800
tokenHolderRevenueFund() view returns (address)
0x0b033c120d711d9e95392cb4be5cf0586ee4360a
transactionTracker() view returns (address)
0x8adfe445750937cefe42d9fb428563d61ea1aa02
transactionTrackerFrozen() view returns (bool)
true
transferControllerManager() view returns (address)
0x7e88793fb8ee4f3c827027206223ba586218d58f
walletLocker() view returns (address)
0x0e3b42f7c307a9b0541b46e9a2be320caafd1da4
walletLockerFrozen() view returns (bool)
false
Read-only
initialServiceAuthorizedMap(address) view returns (bool)
initialServiceWalletUnauthorizedMap(address, address) view returns (bool)
isAuthorizedRegisteredService(address service, address wallet) view returns (bool)
isAuthorizedRegisteredServiceAction(address service, string action, address wallet) view returns (bool)
isEnabledServiceAction(address service, string action) view returns (bool)
isRegisteredActiveService(address service) view returns (bool)
isRegisteredBeneficiary(address beneficiary) view returns (bool)
isRegisteredService(address service) view returns (bool)
isSeizedWallet(address wallet) view returns (bool)
seizedByWallet(address) view returns (bool)
seizedWallets(uint256) view returns (address)
serviceActionWalletAuthorizedMap(address, bytes32, address) view returns (bool)
serviceActionWalletTouchedMap(address, bytes32, address) view returns (bool)
serviceWalletActionList(address, address, uint256) view returns (bytes32)
serviceWalletAuthorizedMap(address, address) view returns (bool)
State-modifying
Events authorizeInitialService(address service)
authorizeRegisteredService(address service)
authorizeRegisteredServiceAction(address service, string action)
claimRevenue(address claimer, string balanceType, address currencyCt, uint256 currencyId, string standard)
deregisterBeneficiary(address beneficiary) returns (bool)
deregisterService(address service)
disableInitialServiceAuthorization()
disableSelfDestruction()
disableServiceAction(address service, string action)
enableServiceAction(address service, string action)
freezeBalanceTracker()
freezeTransactionTracker()
freezeWalletLocker()
receiveEthersTo(address wallet, string balanceType) payable
receiveTokens(string balanceType, int256 value, address currencyCt, uint256 currencyId, string standard)
receiveTokensTo(address wallet, string balanceType, int256 value, address currencyCt, uint256 currencyId, string standard)
registerBeneficiary(address beneficiary) returns (bool)
registerService(address service)
registerServiceDeferred(address service)
seizeBalances(address wallet, address currencyCt, uint256 currencyId, string standard)
setBalanceTracker(address newBalanceTracker)
setDeployer(address newDeployer)
setOperator(address newOperator)
setServiceActivationTimeout(uint256 timeoutInSeconds)
setTokenHolderRevenueFund(address newTokenHolderRevenueFund)
setTransactionTracker(address newTransactionTracker)
setTransferControllerManager(address newTransferControllerManager)
setWalletLocker(address newWalletLocker)
stage(address wallet, int256 value, address currencyCt, uint256 currencyId, string standard)
stageToBeneficiary(address wallet, address beneficiary, int256 value, address currencyCt, uint256 currencyId, string standard)
transferToBeneficiary(address wallet, address beneficiary, int256 value, address currencyCt, uint256 currencyId, string standard)
triggerSelfDestruction()
unauthorizeRegisteredService(address service)
unauthorizeRegisteredServiceAction(address service, string action)
unstage(int256 value, address currencyCt, uint256 currencyId, string standard)
updateSettledBalance(address wallet, int256 value, address currencyCt, uint256 currencyId, string standard, uint256 blockNumber)
withdraw(int256 value, address currencyCt, uint256 currencyId, string standard)
AuthorizeInitialServiceEvent(address wallet, address service)
AuthorizeRegisteredServiceActionEvent(address wallet, address service, string action)
AuthorizeRegisteredServiceEvent(address wallet, address service)
ClaimRevenueEvent(address claimer, string balanceType, address currencyCt, uint256 currencyId, string standard)
DeregisterBeneficiaryEvent(address beneficiary)
DeregisterServiceEvent(address service)
DisableServiceActionEvent(address service, string action)
EnableServiceActionEvent(address service, string action)
FreezeBalanceTrackerEvent()
FreezeTransactionTrackerEvent()
FreezeWalletLockerEvent()
ReceiveEvent(address wallet, string balanceType, int256 value, address currencyCt, uint256 currencyId, string standard)
RegisterBeneficiaryEvent(address beneficiary)
RegisterServiceDeferredEvent(address service, uint256 timeout)
RegisterServiceEvent(address service)
SeizeBalancesEvent(address seizedWallet, address seizerWallet, int256 value, address currencyCt, uint256 currencyId)
SelfDestructionDisabledEvent(address wallet)
ServiceActivationTimeoutEvent(uint256 timeoutInSeconds)
SetBalanceTrackerEvent(address oldBalanceTracker, address newBalanceTracker)
SetDeployerEvent(address oldDeployer, address newDeployer)
SetOperatorEvent(address oldOperator, address newOperator)
SetTokenHolderRevenueFundEvent(address oldTokenHolderRevenueFund, address newTokenHolderRevenueFund)
SetTransactionTrackerEvent(address oldTransactionTracker, address newTransactionTracker)
SetTransferControllerManagerEvent(address oldTransferControllerManager, address newTransferControllerManager)
SetWalletLockerEvent(address oldWalletLocker, address newWalletLocker)
StageEvent(address wallet, int256 value, address currencyCt, uint256 currencyId)
StageToBeneficiaryEvent(address sourceWallet, address beneficiary, int256 value, address currencyCt, uint256 currencyId, string standard)
TransferToBeneficiaryEvent(address wallet, address beneficiary, int256 value, address currencyCt, uint256 currencyId)
TriggerSelfDestructionEvent(address wallet)
UnauthorizeRegisteredServiceActionEvent(address wallet, address service, string action)
UnauthorizeRegisteredServiceEvent(address wallet, address service)
UnstageEvent(address wallet, int256 value, address currencyCt, uint256 currencyId)
UpdateSettledBalanceEvent(address wallet, int256 value, address currencyCt, uint256 currencyId)
WithdrawEvent(address wallet, int256 value, address currencyCt, uint256 currencyId, string standard)
constructor(address deployer)
fallback()
This contract contains no error objects.