Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3141…259b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FREE | ERC-20 | 10K | $0.00 |
$0 | |
KICK | ERC-20 | 888.888K | -- | -- | |
EBK | ERC-20 | 3.988788 | -- | -- | |
ETHS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9408555 | 5 years ago | | | 0 | 0.00013264400 | |
| 9408500 | 5 years ago | | | 0 | 0.00015094200 | |
| 9408492 | 5 years ago | | | 0 | 0.00010849050 | |
| 9408490 | 5 years ago | | | 0 | 0.00024493600 | |
| 9408459 | 5 years ago | | | 0 | 0.00014006400 | |
| 9408449 | 5 years ago | | | 0 | 0.00013942000 | |
| 9408439 | 5 years ago | | | 0 | 0.00014004000 | |
| 9408416 | 5 years ago | | | 0 | 0.00013944240 | |
| 9405995 | 5 years ago | | | 0 | 0.000069143000 | |
| 9405981 | 5 years ago | | | 0 | 0.00040931850 |
ABI
ABI objects
Getter at block 21381661
initializedSpendLimit() view returns (bool)
true
initializedTopUpLimit() view returns (bool)
true
initializedWhitelist() view returns (bool)
true
isTransferable() view returns (bool)
false
owner() view returns (address)
0x4283faf6df7668260d8bf1fe61c862201d2f60de
pendingSpendLimit() view returns (uint256)
0
pendingTopUpLimit() view returns (uint256)
0
pendingWhitelistAddition() view returns (address[])
[]
pendingWhitelistRemoval() view returns (address[])
[]
spendAvailable() view returns (uint256)
10000000000000000000
spendLimit() view returns (uint256)
10000000000000000000
submittedSpendLimit() view returns (bool)
false
submittedTopUpLimit() view returns (bool)
false
submittedWhitelistAddition() view returns (bool)
false
submittedWhitelistRemoval() view returns (bool)
false
topUpAvailable() view returns (uint256)
100000000000000000
topUpLimit() view returns (uint256)
100000000000000000
Read-only
balance(address _asset) view returns (uint256)
isWhitelisted(address) view returns (bool)
pendingWhitelistHash(address[] _pendingWhitelist) pure returns (bytes32)
supportsInterface(bytes4 interfaceID) view returns (bool)
State-modifying
Events cancelSpendLimit(uint256 _amount)
cancelTopUpLimit(uint256 _amount)
cancelWhitelistAddition(bytes32 _hash)
cancelWhitelistRemoval(bytes32 _hash)
confirmSpendLimit(uint256 _amount)
confirmTopUpLimit(uint256 _amount)
confirmWhitelistAddition(bytes32 _hash)
confirmWhitelistRemoval(bytes32 _hash)
initializeSpendLimit(uint256 _amount)
initializeTopUpLimit(uint256 _amount)
initializeWhitelist(address[] _addresses)
renounceOwnership()
submitSpendLimit(uint256 _amount)
submitTopUpLimit(uint256 _amount)
submitWhitelistAddition(address[] _addresses)
submitWhitelistRemoval(address[] _addresses)
topUpGas(uint256 _amount)
transfer(address _to, address _asset, uint256 _amount)
transferOwnership(address _account)
AddedToWhitelist(address _sender, address[] _addresses)
CancelledSpendLimitChange(address _sender, uint256 _amount)
CancelledTopUpLimitChange(address _sender, uint256 _amount)
CancelledWhitelistAddition(address _sender, bytes32 _hash)
CancelledWhitelistRemoval(address _sender, bytes32 _hash)
Received(address _from, uint256 _amount)
RemovedFromWhitelist(address _sender, address[] _addresses)
SetSpendLimit(address _sender, uint256 _amount)
SetTopUpLimit(address _sender, uint256 _amount)
SubmittedSpendLimitChange(uint256 _amount)
SubmittedTopUpLimitChange(uint256 _amount)
SubmittedWhitelistAddition(address[] _addresses, bytes32 _hash)
SubmittedWhitelistRemoval(address[] _addresses, bytes32 _hash)
ToppedUpGas(address _sender, address _owner, uint256 _amount)
Transferred(address _to, address _asset, uint256 _amount)
TransferredOwnership(address _from, address _to)
constructor(address _owner, bool _transferable, address _ens, bytes32 _oracleName, bytes32 _controllerName, uint256 _spendLimit)
fallback()
This contract contains no error objects.