Crypto Loyalty Program
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Crypto Loyalty Program"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11855355 | 4 years ago | | | 0 | 0.0067152240 | |
| 11707673 | 4 years ago | | | 0 | 0.0045102645 | |
| 10753060 | 4 years ago | | | 0 | 0.0031321818 | |
| 10200283 | 4 years ago | | | 0 | 0.0021906950 | |
| 10200273 | 4 years ago | | | 0 | 0.0023039500 | |
| 10200235 | 4 years ago | | | 0 | 0.0013656300 | |
| 10193035 | 4 years ago | | | 0 | 0.0035119500 | |
| 10181783 | 4 years ago | | | 0 | 0.0035119500 | |
| 10181774 | 4 years ago | | | 0 | 0.00078060000 | |
| 10174964 | 4 years ago | | | 0 | 0.0035103900 |
ABI
ABI objects
Getter at block 21172174
decimals() view returns (uint8)
18
founder() view returns (address)
0xb60d0e47f7f9a2b626867554e4733d64b04514b0
name() view returns (string)
Crypto Loyalty Program
owner() view returns (address)
0x272d568cc174d28141022af711c48ee9d7a2acb0
paused() view returns (bool)
false
symbol() view returns (string)
CL
totalSupply() view returns (uint256)
340000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256)
getFrozenBalance(address _owner) view returns (uint256)
getTotalBalance(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnTokens(uint256 _tokens)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
destroy(address _benefitiary)
freezeTokens(address _owner, uint256 _value)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreezeTokens(address _owner, uint256 _value)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenFreezeEvent(address indexed _owner, uint256 amount)
TokenUnfreezeEvent(address indexed _owner, uint256 amount)
TokensBurned(address indexed _owner, uint256 _tokens)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.