CryptaurDepository
Verified contract
Active on
Ethereum with 2,263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x88d5…fca1
Balances ($0.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CPT | ERC-20 | 5.237407K | $0.000018 |
$0.09 | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6153454 | 6 years ago | | | 0 | 0.00082170000 | |
| 6153416 | 6 years ago | | | 0 | 0.00068475000 | |
| 5957819 | 6 years ago | | | 0 | 0.0072735845 | |
| 5957817 | 6 years ago | | | 0 | 0.029482999 | |
| 5957815 | 6 years ago | | | 0 | 0.030509661 | |
| 5957815 | 6 years ago | | | 0 | 0.029996785 | |
| 5957815 | 6 years ago | | | 0 | 0.030158219 | |
| 5957815 | 6 years ago | | | 0 | 0.029821337 | |
| 5957812 | 6 years ago | | | 0 | 0.030505293 | |
| 5957810 | 6 years ago | | | 0 | 0.028800499 |
ABI
ABI objects
Getter at block 21160385
backend() view returns (address)
0xda291d62879a8a206ee6fbf198bc433aeef9a6a7
candidate() view returns (address)
0x0000000000000000000000000000000000000000
cryptaurRecovery() view returns (address)
0x0000000000000000000000000000000000000000
cryptaurReserveFund() view returns (address)
0x0000000000000000000000000000000000000000
cryptaurRewards() view returns (address)
0x0000000000000000000000000000000000000000
maxLinkedWalletCount() view returns (uint8)
5
owner() view returns (address)
0x45a9361bad443c13f0fcfcaed6b42c968e7490f1
Read-only
available(address, address) view returns (uint256)
balanceOf(address _who) view returns (uint256)
balanceOf2(address _who, address _dapp) view returns (uint256)
freezed(address) view returns (bool)
getLinkedWallets(address _wallet) view returns (address[])
unlimitedMode(address, address) view returns (uint8)
State-modifying
Events changeAddress(address _old, address _new)
changeOwner(address _owner)
confirmOwner()
deposit(address _who, uint256 _amount, bytes32 _txHash)
freeze(address _who, bool _freeze)
freeze(bool _freeze)
linkToMasterWallet(address _linkedWallet)
linkToMasterWallet(address _masterWallet, address _linkedWallet)
pay(address _seller, uint256 _amount, address _opinionLeader)
pay2(address _seller, uint256 _amount, address _opinionLeader)
payDAPP(address _buyer, uint256 _amount, address _opinionLeader)
setBackend(address _backend)
setCryptaurRecovery(address _cryptaurRecovery)
setCryptaurReserveFund(address _cryptaurReserveFund)
setCryptaurRewards(address _cryptaurRewards)
setCryptaurToken(address _cryptaurToken)
setMaxLinkedWalletCount(uint8 _newMaxCount)
setUnlimitedMode(bool _unlimited, address _dapp)
shareBalance(address _dapp, uint256 _amount)
transferFromFund(address _to, uint256 _amount)
transferToToken(address[] _addresses)
unLinkFromMasterWallet(address _linkedWallet)
unLinkFromMasterWallet(address _masterWallet, address _linkedWallet)
withdraw(uint256 _amount)
AddressChanged(address indexed _old, address indexed _new)
Deposit(address indexed _who, uint256 _amount, bytes32 _txHash)
Freeze(address indexed _who, bool _freeze)
Payment(address indexed _buyer, address indexed _seller, uint256 _amount, address indexed _opinionLeader, bool _dapp)
SetUnlimited(bool _unlimited, address indexed _dapp)
Share(address indexed _who, address indexed _dapp, uint256 _amount)
WalletLinked(address indexed _master, address indexed _slave)
WalletUnlinked(address indexed _master, address indexed _slave)
Withdraw(address indexed _who, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.