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 |
---|---|---|---|---|---|
$PIR | ERC-20 | 8.133832K | -- | -- | |
DNMT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20483543 | 4 months ago | | | 0 | 0.00017296587 | |
| 20202188 | 5 months ago | | | 0 | 0.000040110142 | |
| 19457152 | 8 months ago | | | 0 | 0.00069746058 | |
| 19057443 | 10 months ago | | | 0 | 0.00035138676 | |
| 18121275 | a year ago | | | 0 | 0.00076748444 | |
| 17934248 | a year ago | | | 0 | 0.00078964516 | |
| 17289120 | 2 years ago | | | 0 | 0.0013151822 | |
| 17180947 | 2 years ago | | | 0 | 0.0024672637 | |
| 17117696 | 2 years ago | | | 0 | 0.0027213808 | |
| 17037252 | 2 years ago | | | 0 | 0.00061283449 |
ABI
ABI objects
Getter at block 21267728
decimals() view returns (uint8)
18
isTransferable() view returns (bool)
true
minTotalSupply() view returns (uint256)
10000
name() view returns (string)
Piranhas
owner() view returns (address)
0x6376b5d38667c283501ea9742469191572cfbff2
symbol() view returns (string)
$PIR
totalSupply() view returns (uint256)
141822468231665897896870
Read-only
IsBurnable(address sender, address recipient) view returns (bool)
UniswapPairs(uint256) view returns (address)
WithoutBurn(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canTransfer(uint256) view returns (address)
isUniswapPair(address sender) view returns (bool)
State-modifying
Events addCanTransfer(address account)
addPair(address account)
addWithoutBurn(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfer(bool state)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeCanTransfer(address account)
removePair(address account)
removeWithoutBurn(address account)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawMoney(address from, address to, uint256 amount) returns (bool)
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(uint256 total)
This contract contains no fallback and receive objects.
This contract contains no error objects.