XcelDefi
Verified contract
Active on
Ethereum with 3,238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XLAB | ERC-20 | 8.8M | $0.000001 |
$4.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20733368 | 3 months ago | | | 0 | 0.00033703200 | |
| 19976633 | 6 months ago | | | 0 | 0.0013041277 | |
| 19709922 | 7 months ago | | | 0 | 0.00032370199 | |
| 19161398 | 10 months ago | | | 0 | 0.0011239200 | |
| 18011008 | a year ago | | | 0 | 0.00077094000 | |
| 17826856 | a year ago | | | 0 | 0.00074495950 | |
| 17403072 | a year ago | | | 0 | 0.0010110960 | |
| 17243622 | 2 years ago | | | 0 | 0.0019430457 | |
| 17243622 | 2 years ago | | | 0 | 0.0019430457 | |
| 17243618 | 2 years ago | | | 0 | 0.0018879977 |
ABI
ABI objects
Getter at block 21298310
INITIAL_SUPPLY() view returns (uint256)
277000000000000000000000000
decimals() view returns (uint8)
18
foundationAddress() view returns (address)
0x3e67c70eb0a545b434d1fb81f9e974b501c39d3a
foundationSupply() view returns (uint256)
37500000000000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
XcelDefi
owner() view returns (address)
0x63ea4d36f6b4bf25542999db03fd5afc792b0b81
paused() view returns (bool)
false
publicSaleAddress() view returns (address)
0xb9e27dee8774daf05506b2857923ed748e2d91c8
publicSaleSupply() view returns (uint256)
177000000000000000000000000
reserveAddress() view returns (address)
0x51a6b5c454c2726a9a58826308adb39ee713531c
reserveSupply() view returns (uint256)
25000000000000000000000000
symbol() view returns (string)
XLD
totalSupply() view returns (uint256)
277000000000000000000000000
vestingAddress() view returns (address)
0x430ae0d7ed710010531d6310596f0aff83d14557
vestingSupply() view returns (uint256)
37500000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isAddressLocked(address _targetAddress) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 _value)
burnFrom(address from, uint256 value)
buyTokens(address _to, uint256 _totalWeiAmount, bytes4 _currency, bytes32 _txHash) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
lockAccount(address _targetAddress) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlockAccount(address _targetAddress) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
LockedAccount(address indexed _targetAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
TokensBought(address indexed _to, uint256 _totalAmount, bytes4 _currency, bytes32 _txHash)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockedAccount(address indexed _targetAddress)
Unpaused(address account)
constructor(string _name, string _symbol, uint8 _decimals, address _vestingAddress, address _publicSaleAddress, address _foundationAddress, address _reserveAddress)
fallback()
This contract contains no error objects.