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 "QuipToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5106260 | 7 years ago | | | 0 | 0.00087152000 |
ABI
ABI objects
Getter at block 21216979
MAX_TOKEN() view returns (uint256)
8000000000000000000000000
allowed() view returns (address)
0x3fea5f441e2d85cfd20497b9fcfe3af837751561
decimals() view returns (uint8)
18
lockTransfer() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
QuipToken
owner() view returns (address)
0x40696ead18b981b7758ffac1681371a8366fc7f1
symbol() view returns (string)
QPT
totalSupply() view returns (uint256)
9234000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowAddress(address newAllowed)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
devTeamMint(address[3] _team, uint256 _amount)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setTransferLock(bool _set)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetTransferLock(bool _set)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.