Pre-EtherLite
Verified contract
Active on
Ethereum with 7,797 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f8c…43a2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
xETL | ERC-20 | 51,202,305,120,199,990T | -- | -- | |
OAP | ERC-20 | 9.99 | -- | -- | |
BTCK | ERC-20 | 0.009155 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453037 | 3 months ago | | | 0 | 0.000024957000 | |
| 20452939 | 3 months ago | | | 0 | 0.000034669000 | |
| 20452744 | 3 months ago | | | 0 | 0.000024969000 | |
| 20408707 | 3 months ago | | | 0 | 0.000029869000 | |
| 19205407 | 9 months ago | | | 0 | 0.0028193405 | |
| 17983611 | a year ago | | | 0 | 0.00092167918 | |
| 15950911 | 2 years ago | | | 0 | 0.00044280255 | |
| 15611836 | 2 years ago | | | 0 | 0.00039647562 | |
| 15447347 | 2 years ago | | | 0 | 0.0014984544 | |
| 15344537 | 2 years ago | | | 0 | 0.00077884767 |
ABI
ABI objects
Getter at block 21160893
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
canPause() view returns (bool)
true
decimals() view returns (uint8)
18
minInvest() view returns (uint256)
500000000000000000000000
name() view returns (string)
Pre-EtherLite
owner() view returns (address)
0x254ec4ebd4ac4981557808626410380c9d78fabd
paused() view returns (bool)
true
referralFee() view returns (uint256)
10
symbol() view returns (string)
xETL
totalSupply() view returns (uint256)
51202305120200000000240999042555000000000000000
Read-only
allowTokenAddress(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getReferral(address _referralAddress) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isReferralvalid(address _referralAddress) view returns (bool)
ownerToReferral(address) view returns (address)
referralToreferee(address, uint256) view returns (address)
tokenAddress(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyToken(address _buyerAddress, address _referralAddress, uint256 _amount, bytes32 _signature) payable returns (uint256)
buyTokenWithToken(address _buyerAddress, address _referralAddress, address _tokenAddress, uint256 _value, uint256 _amount, bytes32 _signature) returns (uint256)
changeMin(uint256 _minInvest) returns (bool)
changeReferralFee(uint256 _referralFee) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
notPausable()
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
whiteListAddress(address _to, uint256 _isWhitelist)
whiteListTokenAddress(address[] _tokenAddress) returns (bool)
withdrawETH()
withdrawTokens(address _recipient, address _token)
Approval(address indexed owner, address indexed spender, uint256 value)
NotPausable()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenBoughtWithETH(address indexed buyerAddress, address admin, address indexed referralAddress, uint256 value, uint256 amount)
TokenBoughtWithToken(address indexed buyerAddress, address admin, address indexed referralAddress, uint256 value, uint256 amount, address tokenAddress)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 initialSupply, bytes32 key, address _receipientAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.