Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe849…aee9
Balances ($0.00)
No balances found for "Q4 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6636668 | 6 years ago | | | 0 | 0.00018825800 | |
| 6632204 | 6 years ago | | | 0 | 0.00020633900 | |
| 6631770 | 6 years ago | | | 0 | 0.00025981200 | |
| 6631526 | 6 years ago | | | 0 | 0.00021651000 | |
| 6631449 | 6 years ago | | | 0 | 0.00016901400 | |
| 6631363 | 6 years ago | | | 0 | 0.00018867200 | |
| 6631321 | 6 years ago | | | 0 | 0.00019874400 | |
| 6630885 | 6 years ago | | | 0 | 0.00032318400 | |
| 6630877 | 6 years ago | | | 0 | 0.0013205070 | |
| 6630732 | 6 years ago | | | 0 | 0.00040398000 |
ABI
ABI objects
Getter at block 21262503
currentNonce() view returns (uint256)
6
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0x42f7e58172233a71ecf35c85dd17ec5f4fdbe42a
mintingFinished() view returns (bool)
false
name() view returns (string)
Q4 Token
owner() view returns (address)
0x83dc7560c860b2155b5c074f8806dd0e18607055
symbol() view returns (string)
Q4
tokenSwitch() view returns (bool)
false
totalSupply() view returns (uint256)
50000000000000000000
transferFee() view returns (uint256)
1000000000000000000
validator() view returns (address)
0x83dc7560c860b2155b5c074f8806dd0e18607055
whiteListingContract() view returns (address)
0xe849977f05b004fb920cb1e4a64a47e7bcb4aee9
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
pendingApprovalAmount(address, address) view returns (uint256)
pendingTransactions(uint256) view returns (address from, address to, uint256 value, uint256 fee, address spender)
State-modifying
Events activateTokenSwitch()
approve(address _spender, uint256 _value) returns (bool)
approveTransfer(uint256 nonce)
bulkApproveTransfers(uint256[] nonces) returns (bool)
bulkRejectTransfers(uint256[] nonces, uint256[] reasons)
deactivateTokenSwitch()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
rejectTransfer(uint256 nonce, uint256 reason)
setFee(uint256 fee)
setFeeRecipient(address recipient)
setNewValidator(address newValidator)
setWhitelistContract(address whitelistAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
updateName(string _name)
updateSymbol(string _symbol)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeRecipientSet(address indexed previousRecipient, address indexed newRecipient)
FeeSet(uint256 indexed previousFee, uint256 indexed newFee)
Mint(address indexed to, uint256 amount)
MintFinished()
NewValidatorSet(address indexed previousOwner, address indexed newValidator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecordedPendingTransaction(address indexed from, address indexed to, uint256 value, uint256 fee, address indexed spender, uint256 nonce)
TokenSwitchActivated()
TokenSwitchDeactivated()
Transfer(address indexed from, address indexed to, uint256 value)
TransferRejected(address indexed from, address indexed to, uint256 value, uint256 indexed nonce, uint256 reason)
TransferWithFee(address indexed from, address indexed to, uint256 value, uint256 fee)
WhiteListingContractSet(address indexed _whiteListingContract)
constructor(address _owner, string _name, string _symbol, uint8 _decimals, address whitelistAddress, address recipient, uint256 fee)
This contract contains no fallback and receive objects.
This contract contains no error objects.