QuickSwap
Verified contract
Active on
Ethereum with 2,747 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 |
---|---|---|---|---|---|
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269498 | 2 days ago | | | 0 | 0.00025196709 | |
| 21267642 | 2 days ago | | | 0 | 0.00022852717 | |
| 21267625 | 2 days ago | | | 0 | 0.00041352880 | |
| 21267614 | 2 days ago | | | 0 | 0.00037916353 | |
| 21267513 | 2 days ago | | | 0 | 0.00035087776 | |
| 21267512 | 2 days ago | | | 0 | 0.00034803607 | |
| 21267046 | 3 days ago | | | 0 | 0.00044623704 | |
| 21267025 | 3 days ago | | | 0 | 0.00082864437 | |
| 21265877 | 3 days ago | | | 0 | 0.0014251445 | |
| 21262134 | 3 days ago | | | 0 | 0.00032016320 |
ABI
ABI objects
Getter at block 21285344
decimals() view returns (uint8)
18
minimumTimeBetweenMints() view returns (uint32)
31536000
mintCap() view returns (uint8)
2
minter() view returns (address)
0x892d69f533f8f99c92a1fc4e55ead0740f0b1c7f
mintingAllowedAfter() view returns (uint256)
1727740800
name() view returns (string)
QuickSwap
symbol() view returns (string)
QUICK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
mint(address dst, uint256 rawAmount)
setMinter(address minter_)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
MinterChanged(address minter, address newMinter)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address account, address minter_, uint256 mintingAllowedAfter_)
This contract contains no fallback and receive objects.
This contract contains no error objects.