Quick Pay
Verified contract
Active on
Ethereum with 100,498 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 154.820476 | $1.002 |
$155.13 | |
QP | ERC-20 | 33.1881K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12580620 | 3 years ago | | | 0 | 0.00028889000 | |
| 12580559 | 3 years ago | | | 0 | 0.00021543500 | |
| 12580554 | 3 years ago | | | 0 | 0.00034573000 | |
| 12577305 | 3 years ago | | | 0 | 0.00021543500 | |
| 12577219 | 3 years ago | | | 0 | 0.00021543500 | |
Transfer | 12497666 | 3 years ago | | | 0.001 | 0.0013230000 | |
| 12459513 | 4 years ago | | | 0 | 0.0019496867 | |
| 12459507 | 4 years ago | | | 0 | 0.0019604585 | |
| 12459499 | 4 years ago | | | 0 | 0.0019484922 | |
| 12459499 | 4 years ago | | | 0 | 0.0019496867 |
ABI
ABI objects
Getter at block 21257239
decimals() view returns (uint256)
18
name() view returns (string)
Quick Pay
symbol() view returns (string)
QP
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.