Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XP | ERC-20 | 1T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14199461 | 6 months ago | | | 0 | 3.4641965e-7 | |
| 13195752 | 7 months ago | | | 0 | 3.4560138e-7 | |
| 13152896 | 7 months ago | | | 0 | 0.0000035512484 | |
| 12894249 | 7 months ago | | | 0 | 0.000012252549 | |
| 12870771 | 7 months ago | | | 0 | 3.5267513e-7 | |
| 12870769 | 7 months ago | | | 0 | 3.8905214e-7 | |
| 12870766 | 7 months ago | | | 0 | 0.000000703388502390 | |
| 12870757 | 7 months ago | | | 0 | 4.8122889e-7 | |
| 12870668 | 7 months ago | | | 0 | 6.1027634e-7 | |
| 12870518 | 7 months ago | | | 0 | 6.1027634e-7 |
ABI
ABI objects
Getter at block 22760136
BuyTax() view returns (uint256)
0
DAO() view returns (address)
0x2f2ea2e97d76f17565eae9b79f3b80448cc8d887
Distributor() view returns (address)
0x1d3b586ae9a34502b4b985953ded953294880858
Helper() view returns (address)
0x9831d1288a97594ceecd55dbea052d9d3dfd3262
SellTax() view returns (uint256)
10
Staking() view returns (address)
0xb4a590a8274f0edb0a9758b2b646951f3dfcb758
Treasury() view returns (address)
0x78c53ab0d7c673b6ca35ca7606fbb549f994015f
Warmup() view returns (address)
0x3650910a3b71d82af057051a96ca0380094594f2
decimals() view returns (uint8)
9
feeTransferEnabled() view returns (bool)
true
initialManager() view returns (address)
0x08ed460441180b6f8f9f19199ba564e5aa045ab0
name() view returns (string)
Winbase XP
owner() view returns (address)
0x08ed460441180b6f8f9f19199ba564e5aa045ab0
pair() view returns (address)
0xb3a27e976b22250750292352a51c462bb412560c
swapThreshold() view returns (uint256)
1
symbol() view returns (string)
XP
totalSupply() view returns (uint256)
20000000000321603018751
tradingOpen() view returns (bool)
true
vault() view returns (address)
0x78c53ab0d7c673b6ca35ca7606fbb549f994015f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _burnFrom(address account_, uint256 amount_)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
excludeFromFee(address _exclude)
forceSwap()
includeInFee(address _include)
initialMint(address account_, uint256 amount_)
initializePair()
mint(address account_, uint256 amount_)
openTrading()
renounceInitialManager()
renounceOwnership()
rescueETH(uint256 amount)
rescueTokens(address token, uint256 amount)
setContracts(address _Staking, address _Warmup, address _Helper, address _Treasury, address _Distributor, address _DAO)
setInitialManager(address initial_) returns (bool)
setPair(address _pair)
setSwapThreshold(uint256 newTax)
setTax(uint256 _buy, uint256 _sell)
setVault(address vault_) returns (bool)
setfeeTransferEnabled(bool _value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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()
receive()
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)