PayX Token
Verified contract
Active on
Ethereum with 7,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAX | ERC-20 | 60.888067K | -- | -- | |
ETWT | ERC-20 | 127 | -- | -- | |
MC | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16584279 | 2 years ago | | | 0 | 0.0010555962 | |
| 16584269 | 2 years ago | | | 0 | 0.0015403112 | |
| 16539611 | 2 years ago | | | 0 | 0.0010036257 | |
| 16518632 | 2 years ago | | | 0 | 0.0010515050 | |
| 16481915 | 2 years ago | | | 0 | 0.00066716628 | |
| 16481595 | 2 years ago | | | 0 | 0.00087421236 | |
| 16453329 | 2 years ago | | | 0 | 0.00093694399 | |
| 12824110 | 3 years ago | | | 0 | 0.0014139180 | |
| 12400701 | 4 years ago | | | 0 | 0.0049890060 | |
| 11640612 | 4 years ago | | | 0 | 0.0037428900 |
ABI
ABI objects
Getter at block 21161352
buyPrice() view returns (uint256)
0
decimals() view returns (uint8 _decimals)
18
isTokenLocked() view returns (bool success)
false
mintingFinished() view returns (bool)
false
name() view returns (string _name)
PayX Token
owner() view returns (address)
0x65d25bec1e9eb068fdd9788dbfbb1ab26b28b3ab
sellPrice() view returns (uint256)
0
symbol() view returns (string _symbol)
PAX
tokenLocked() view returns (bool)
false
totalSupply() view returns (uint256 _supply)
4940000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
changeName(string _name, string _symbol)
finishMinting() returns (bool)
freezeAccount(address _target, bool _freeze)
lock(bool _value) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership(bytes32 _safePhrase)
sell(uint256 _amount)
setPrices(uint256 _sellPrice, uint256 _buyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _to)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Lock(address indexed _target, bool _locked)
Mint(address indexed _to, uint256 _amount)
MintFinished()
OwnershipRenounced(address indexed _owner)
OwnershipTransferred(address indexed _owner, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.