Pundi X Token
Verified contract
Proxy
Active on
Ethereum with 173,313 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($10,834.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUNDIX | ERC-20 | 21.88654K | $0.479165 |
$10,487.26 | |
NPXS | ERC-20 | 2.350566M | $0.00011 |
$258.59 | |
USDT | ERC-20 | 88.994994 | $1.001 |
$89.08 | |
APU | ERC-20 | 1 | $0.000922 |
$0 | |
PTON | ERC-20 | 2.096951M | -- | -- | |
ADT | ERC-20 | 112.279K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246226 | 8 minutes ago | | | 0 | 0.0011377896 | |
| 21246128 | 28 minutes ago | | | 0 | 0.00094069334 | |
| 21246077 | 38 minutes ago | | | 0 | 0.0013965314 | |
| 21245637 | 2 hours ago | | | 0 | 0.00045444646 | |
| 21245357 | 3 hours ago | | | 0 | 0.00049860556 | |
| 21245330 | 3 hours ago | | | 0 | 0.00081037063 | |
| 21245269 | 3 hours ago | | | 0 | 0.00053590895 | |
| 21245251 | 3 hours ago | | | 0 | 0.00086669381 | |
| 21245149 | 4 hours ago | | | 0 | 0.0010041722 | |
| 21245068 | 4 hours ago | | | 0 | 0.00073421559 |
ABI
ABI objects
Getter at block 21246264
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xffa23e9f264dd7a25229df706ff703bc53e6ae8dc2fcfdb29d93a5892a043871
decimals() view returns (uint8)
18
name() view returns (string)
Pundi X Token
paused() view returns (bool)
false
symbol() view returns (string)
PUNDIX
totalSupply() view returns (uint256)
258394551099924396455928086
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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)
nonces(address owner) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
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)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address to)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data)
transferERCToken(address tokenContractAddress, address to, uint256 amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.