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 "Piss"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142094 | 3 days ago | | | 0 | 0.00024064742 | |
| 21081284 | 11 days ago | | | 0 | 0.00040000032 | |
| 20851234 | a month ago | | | 0 | 0.00040590981 | |
| 20840060 | a month ago | | | 0 | 0.00054586075 | |
| 20802282 | 2 months ago | | | 0 | 0.00020692848 | |
| 20733565 | 2 months ago | | | 0 | 0.00012526677 | |
| 20686778 | 2 months ago | | | 0 | 0.00026401260 | |
| 20683701 | 2 months ago | | | 0 | 0.00011784451 | |
| 20586028 | 3 months ago | | | 0 | 0.00014461499 | |
| 20174227 | 5 months ago | | | 0 | 0.00012566967 |
ABI
ABI objects
Getter at block 21163387
decimals() view returns (uint8)
18
limitOn() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
50000000000000000000000000000
name() view returns (string)
Piss
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x9aa30dc05bbb1a632a1ade5a3ef04eb42ed086a0
sellingOn() view returns (bool)
true
symbol() view returns (string)
PISS
totalSupply() view returns (uint256)
50000000000000000000000000000
tradingOn() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlacklist(address _address, bool _isBlacklisted)
setRule(bool _tradingOn, bool _sellingOn, bool _limitOn, uint256 _maxHoldingAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.