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 "XLOTTO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187722 | 18 days ago | | | 0 | 0.00052244551 | |
| 19795522 | 7 months ago | | | 0 | 0.00013701085 | |
| 19479921 | 8 months ago | | | 0 | 0.00071471576 | |
| 19345668 | 9 months ago | | | 0 | 0.00091935149 | |
| 19268090 | 9 months ago | | | 0 | 0.0016082581 | |
| 19163206 | 10 months ago | | | 0 | 0.0011200921 | |
| 19128282 | 10 months ago | | | 0 | 0.00078023688 | |
| 18908335 | a year ago | | | 0 | 0.00057098865 | |
| 18858219 | a year ago | | | 0 | 0.00095854022 | |
| 18834661 | a year ago | | | 0 | 0.0018017852 |
ABI
ABI objects
Getter at block 21315497
decimals() view returns (uint8)
18
name() view returns (string)
XLOTTO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XLOTTO
taxAddress() view returns (address)
0x504cde5fa019228076dae703b13a7d746fa3789a
taxFeePerMille() view returns (uint256)
50
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTaxFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusionFromTaxFee(address account, bool status)
setTaxAddress(address taxAddress)
setTaxFeePerMille(uint256 taxFeePerMille)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, uint256 taxFeePerMille_, address taxAddress_, bytes signature_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.