Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PLEX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21002263 | 22 days ago | | | 0 | 0.00033681458 | |
| 21002211 | 22 days ago | | | 0 | 0.00049190894 | |
| 20990827 | 23 days ago | | | 0 | 0.0010806673 | |
| 20966449 | a month ago | | | 0 | 0.00038678590 | |
| 20875969 | a month ago | | | 0 | 0.00020723302 | |
| 20856241 | a month ago | | | 0 | 0.00034881039 | |
| 20826364 | 2 months ago | | | 0 | 0.00091266563 | |
| 20606442 | 3 months ago | | | 0 | 0.000065965332 | |
| 20373898 | 4 months ago | | | 0 | 0.0014264100 | |
| 20275617 | 4 months ago | | | 0 | 0.00016651558 |
ABI
ABI objects
Getter at block 21157795
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
6
name() view returns (string)
PLEX
symbol() view returns (string)
PLEX
totalSupply() view returns (uint256)
2948243858990
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blockchainExisting(string) view returns (bool)
commissionPrice(string) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCommissionPrice(string toBlockchain, uint256 value)
setSwapBlockchain(string toBlockchain, bool status)
swap(string externalRecipient, string toBlockchain, uint256 amount) payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
SwapToken(address indexed sender, address indexed recipient, string externalRecipient, string blockchain, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address _minter, address _settingContract, address _recipientCommission)
This contract contains no fallback and receive objects.
This contract contains no error objects.