Cryptoluxe
Verified contract
Active on
Ethereum with 637 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLX | ERC-20 | 46.432M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122543 | a month ago | | | 0 | 0.00047016781 | |
| 20997317 | a month ago | | | 0 | 0.00044280727 | |
| 20992998 | a month ago | | | 0 | 0.0016198278 | |
| 20906757 | 2 months ago | | | 0 | 0.00079382200 | |
| 20906749 | 2 months ago | | | 0 | 0.00068287000 | |
| 20906744 | 2 months ago | | | 0 | 0.00068287000 | |
| 20906739 | 2 months ago | | | 0 | 0.00068287000 | |
| 20906739 | 2 months ago | | | 0 | 0.00068314600 | |
| 20895124 | 2 months ago | | | 0 | 0.00023463339 | |
| 20882635 | 2 months ago | | | 0 | 0.00025330070 |
ABI
ABI objects
Getter at block 21317138
decimals() view returns (uint8)
8
name() view returns (string)
Cryptoluxe
owner() view returns (address)
0xe74e2b5b812a607428a450885df4e828a22d875f
symbol() view returns (string)
CLX
totalSupply() view returns (uint256)
200000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)