LOCIcredits
Verified contract
Active on
Ethereum with 364 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9c23…47c2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOCI | ERC-20 | 9.58K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9319333 | 5 years ago | | | 0 | 0.0037501420 | |
| 9319278 | 5 years ago | | | 0 | 0.0055000000 | |
| 9319267 | 5 years ago | | | 0 | 0.0037501420 | |
| 8556371 | 5 years ago | | | 0 | 0.00083523000 | |
| 8352102 | 5 years ago | | | 0 | 0.0011652300 | |
| 8352094 | 5 years ago | | | 0 | 0.0012701700 | |
| 8352088 | 5 years ago | | | 0 | 0.0012701700 | |
| 8352068 | 5 years ago | | | 0 | 0.0012701700 | |
| 8352056 | 5 years ago | | | 0 | 0.0012701700 | |
| 8352028 | 5 years ago | | | 0 | 0.0011652300 |
ABI
ABI objects
Getter at block 21285024
contactInformation() view returns (string)
Loci.io
getTotalSupply() view returns (uint256)
9580000000000000000000
getUserCount() view returns (uint256)
65
owner() view returns (address)
0x2951da42a59a6fd0af55a3a6ccccfa69f6bf5a28
Read-only
getCreditsAtIndex(uint256 _index) view returns (uint256)
getCreditsFor(string _id) view returns (uint256)
getUserKey(uint256 _index) view returns (string)
getUserWallet(string _id) view returns (address)
isAllowedOverrideAddress(address _addr) view returns (bool)
State-modifying
Events assignUserWallet(string _id, address _wallet) returns (uint256)
buyCreditsAndSpend(string _id, uint256 _value, uint8 _reason, address _register, uint256 _spend) returns (uint256)
buyCreditsAndSpendAndRecover(string _id, uint256 _value, uint8 _reason, address _register, uint256 _spend, address _recover) returns (uint256)
increaseCredits(string _id, uint256 _value, uint8 _reason, address _register) returns (uint256)
ownerRecoverTokens(address _beneficiary)
ownerSetOverride(address _address, bool enable)
ownerTransferWei(address _beneficiary, uint256 _value)
reduceCredits(string _id, uint256 _value, uint8 _reason, address _register) returns (uint256)
setContactInformation(string info)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferCreditsInternally(string _id, uint256 _value, uint8 _reason, string _beneficiary) returns (uint256)
transferOwnership(address newOwner)
withdrawUserSpecifiedFunds(string _id, uint256 _value, uint8 _reason) returns (uint256)
CreditsAdjusted(string id, uint8 adjustment, uint256 value, uint8 reason, address register)
CreditsTransferred(string id, uint256 value, uint8 reason, string beneficiary)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserAdded(string id, uint256 time)
constructor(address _token, string _contactInformation)
This contract contains no fallback and receive objects.
This contract contains no error objects.