WAXP Token
Verified contract
Proxy
Active on
Ethereum with 10,322 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
0x39bb…8022
Balances ($1,534,045.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAXP | ERC-20 | 43.666938M | $0.035125 |
$1,533,802.95 | |
PYR | ERC-20 | 84.772394 | $2.86 |
$242.45 | |
WAX | ERC-20 | 2.050254M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162310 | an hour ago | | | 0 | 0.00060072866 | |
| 21162140 | an hour ago | | | 0 | 0.00049027355 | |
| 21161643 | 3 hours ago | | | 0 | 0.00086011848 | |
| 21161502 | 4 hours ago | | | 0 | 0.00095680793 | |
| 21160819 | 6 hours ago | | | 0 | 0.00068221234 | |
| 21160148 | 8 hours ago | | | 0 | 0.00068951496 | |
| 21159923 | 9 hours ago | | | 0 | 0.0014410612 | |
| 21159846 | 9 hours ago | | | 0 | 0.0015122513 | |
| 21159625 | 10 hours ago | | | 0 | 0.0010587869 | |
| 21159616 | 10 hours ago | | | 0 | 0.0016327891 |
ABI
ABI objects
Getter at block 21162574
DECIMALS() view returns (uint8)
8
INITIAL_SUPPLY() view returns (uint256)
386482894311326596
decimals() pure returns (uint8)
8
name() view returns (string)
WAXP Token
owner() view returns (address)
0x0ce0e6844ba73dd9d34850cb4ae5b19e100395ce
symbol() view returns (string)
WAXP
totalSupply() view returns (uint256)
386482894311326596
waxToken() view returns (address)
0x39bb259f66e1c59d5abef88375979b4d20d98022
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address escrow)
renounceOwnership()
setWaxToken(address _waxToken)
swapogwax(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenSwap(address indexed from, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.