xperp
Verified contract
Proxy
Active on
Ethereum with 1,784 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x13e1…95a1
Balances ($0.04)
Native
Value
$0.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00001 | $3,569.16 |
$0.04 | |
xperp | ERC-20 | 6.989608K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20790650 | 2 months ago | | | 0 | 0.00067778809 | |
| 20669703 | 3 months ago | | | 0 | 0.00014058926 | |
| 20563918 | 3 months ago | | | 0 | 0.000072651324 | |
| 20506449 | 4 months ago | | | 0 | 0.000079434537 | |
| 20368556 | 4 months ago | | | 0 | 0.00015619594 | |
| 20338485 | 4 months ago | | | 0 | 0.00038540710 | |
| 20338474 | 4 months ago | | | 0 | 0.00035966272 | |
| 20338454 | 4 months ago | | | 0 | 0.00033541217 | |
| 20338426 | 4 months ago | | | 0 | 0.00032383605 | |
| 20338416 | 4 months ago | | | 0 | 0.00031705365 |
ABI
ABI objects
Getter at block 21291008 circulatingSupply() view returns (uint256) proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXCLUDED_FROM_CIRCULATION_ROLE() view returns (bytes32)
0x2bfa5424769abb48caa3faa232f6faec62b33e75ed1d06512252216b523808d6
EXCLUDED_FROM_TAXATION_ROLE() view returns (bytes32)
0xdf112b612e9caae17b7645f3b1b08e97332b1641a13ce63785457f40efa3f27c
RESCUE_ROLE() view returns (bytes32)
0xc4c453d647953c0fd35db5a34ee76e60fb4abc3a8fb891a25936b70b38f29253
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
getEpochsPassed() view returns (uint256)
162
hundredPercent() view returns (uint256)
10000
isAirDropActive() view returns (bool)
false
isTaxActive() view returns (bool)
true
isTradingEnabled() view returns (bool)
true
name() view returns (string)
xperp
oneMillion() view returns (uint256)
1000000000000000000000000
paused() view returns (bool)
false
revShareAndTeamCurrentEpochXPERP() view returns (uint256)
4785829531968131487288
sellLimit() view returns (uint256)
10000000000000000000000
swapTaxCollectedTotalXPERP() view returns (uint256)
78507363461682350171876
symbol() view returns (string)
xperp
teamWallet() view returns (address)
0x13e15fbf296248116729a47093c316d3209e95a1
teamWalletTax() view returns (uint256)
150
totalSupply() view returns (uint256)
1000000000000000000000000
totalTax() view returns (uint256)
350
tradingRevenueDistributedTotalETH() view returns (uint256)
0
uniswapV2Pair() view returns (address)
0xf57b9d7f759ce3151d2e9be5a20422579dd8b386
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletBalanceLimit() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
epochs(uint256) view returns (uint256 epochTimestamp, uint256 epochCirculatingSupply, uint256 epochRevenueFromSwapTaxCollectedXPERP, uint256 epochSwapRevenueETH, uint256 epochTradingRevenueETH)
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)
lastClaimedEpochs(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events DisableTradingOnUniSwap()
EnableTradingOnUniSwap()
airdrop(address[] _recipients, uint256[] _tokenAmounts, uint256[] _ethAmounts) payable
approve(address spender, uint256 value) returns (bool)
claimBot(address operationalWallet, address[] _recipients)
grantRole(bytes32 role, address account)
initPair()
initialize(address _teamWallet)
pause()
renounceRole(bytes32 role, address callerConfirmation)
rescueERC20(address _tokenAdd, uint256 _amount)
rescueETH(uint256 _weiAmount)
revokeRole(bytes32 role, address account)
setSellLimit(uint256 _sellLimit)
setTax(uint256 _tax, uint256 _teamWalletTax)
setTaxActive(bool _isTaxActive)
setWalletBalanceLimit(uint256 _walletBalanceLimit)
snapshot() payable
toggleAirDrop()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
updateTeamWallet(address _teamWallet)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AirDropToggled(bool isActive)
Approval(address indexed owner, address indexed spender, uint256 value)
Claimed(address indexed user, uint256 amount)
ClaimedBot(address indexed user, uint256 amount)
Initialized(uint64 version)
Paused(address account)
ReceivedEther(address indexed from, uint256 amount)
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)
Snapshot(uint256 epoch, uint256 circulatingSupply, uint256 swapTaxCollected, uint256 tradingRevenueCollected)
SwappedToEth(uint256 amount, uint256 ethAmount)
SwappedToXperp(uint256 amount, uint256 ethAmount)
TaxActiveChanged(bool isActive)
TaxChanged(uint256 tax, uint256 teamWalletTax)
Taxed(address indexed from, uint256 amountXperp)
TeamWalletUpdated(address teamWallet)
TradingOnUniSwapDisabled()
TradingOnUniSwapEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
WalletBalanceLimitChanged(uint256 walletBalanceLimit, uint256 sellLimit)
constructor(address _implementation, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
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)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroAddress()