Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($125.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PIRB | ERC-20 | 4.898198K | $0.025536 |
$125.08 | |
PIRB | ERC-20 | 373.771454K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21373839 | a day ago | | | 0 | 0.0017648618 | |
| 21365614 | 2 days ago | | | 0 | 0.0018434618 | |
| 21355597 | 4 days ago | | | 0 | 0.00043188468 | |
| 21348015 | 5 days ago | | | 0 | 0.00079453196 | |
| 21345308 | 5 days ago | | | 0 | 0.0015469578 | |
| 21338949 | 6 days ago | | | 0 | 0.0010633192 | |
| 21324094 | 8 days ago | | | 0 | 0.0015159332 | |
| 21322862 | 8 days ago | | | 0 | 0.0024910801 | |
| 21318129 | 9 days ago | | | 0 | 0.0012235589 | |
| 21306230 | 11 days ago | | | 0 | 0.00047440513 |
ABI
ABI objects
Getter at block 21381550
decimals() view returns (uint8)
18
feeOnBuy() view returns (uint256)
4
feeOnSell() view returns (uint256)
4
isTradeOpen() view returns (bool)
true
marketingWallet() view returns (address)
0x65e312acff16f2bb8edee1af15dbd468b1eb6435
name() view returns (string)
PIRB
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
13884000000000000000000
symbol() view returns (string)
PIRB
totalSupply() view returns (uint256)
69420000000000000000000000
uniswapV2Pair() view returns (address)
0x32b680dd5d6632560a0c22ee16f47ab62a0c81c1
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrade()
excludeFromFees(address account, bool excluded)
exemptFromLimit(address account, bool exempt)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
MarketingWalletChanged(address indexed newMarketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendFee(uint256 tokensSwapped, uint256 ethSend)
SwapTokensAtAmountChanged(uint256 newAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.