SwapToken
Verified contract
Active on
Ethereum with 6,195 txns
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
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NPXS | ERC-20 | 244.227445B | $0.000099 |
$24,188,286.18 | |
COLLAR | ERC-20 | 10M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18176282 | a year ago | | | 0 | 0.00043377651 | |
| 16888125 | 2 years ago | | | 0 | 0.00031191624 | |
| 16779713 | 2 years ago | | | 0 | 0.0010372772 | |
| 14913918 | 2 years ago | | | 0 | 0.0018075539 | |
| 14883482 | 2 years ago | | | 0 | 0.0030607685 | |
| 14640180 | 3 years ago | | | 0 | 0.00049472591 | |
| 14633047 | 3 years ago | | | 0 | 0.0034826409 | |
| 14604053 | 3 years ago | | | 0 | 0.0033283833 | |
| 14604048 | 3 years ago | | | 0 | 0.0028598646 | |
| 14491457 | 3 years ago | | | 0 | 0.0031304140 |
ABI
ABI objects
Getter at block 21258387
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NPXS() view returns (address)
0xa15c7ebe1f07caf6bff097d8a589fb8ac49ae5b3
PUNDIX() view returns (address)
0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38
open() view returns (bool)
false
rate() view returns (uint256)
1000
totalSwappedAmount() view returns (uint256)
244227445317807872157501343647
Read-only
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)
State-modifying
Events burn(uint256 amount)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setOpenStatus(bool status)
swap(uint256 amount)
tokenFallback(address sender, uint256 amount, bytes extraData) returns (bool)
transferERCToken(address tokenContractAddress, address to, uint256 amount)
withdraw(address to, 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)
Swapped(address indexed sender, uint256 indexed amount)
constructor(address npxs, address pundix)
This contract contains no fallback and receive objects.
This contract contains no error objects.