Balances ($0.00)
No balances found for "PIQE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12182818 | 7 months ago | | | 0 | 2.1881622e-7 | |
| 12182558 | 7 months ago | | | 0 | 0.0000034189672 | |
| 12182549 | 7 months ago | | | 0 | 1.1435556e-7 | |
| 12182537 | 7 months ago | | | 0 | 2.3933144e-7 | |
| 12182224 | 7 months ago | | | 0 | 0.0000022526036 | |
| 12182218 | 7 months ago | | | 0 | 0.0000022714344 | |
| 12182099 | 7 months ago | | | 0 | 0.0000037455815 | |
| 12182090 | 7 months ago | | | 0 | 0.0000051538869 | |
| 12182030 | 7 months ago | | | 0 | 2.3717513e-7 | |
| 12182020 | 7 months ago | | | 0 | 0.0000024672551 |
ABI
ABI objects
Getter at block 21877256
decimals() view returns (uint8)
18
name() view returns (string)
PIQE
owner() view returns (address)
0x733514e46bd891d40ceb48ed52a809786077f6d6
symbol() view returns (string)
PIQE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)