PERRO DINERO
Verified contract
Active on
Ethereum with 5,240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($15,518.76)
Native
Value
$1,440.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.438972 | $3,282.19 |
$1,440.79 | |
ANDY | ERC-20 | 70.615832M | $0.000199 |
$14,077.97 | |
YAWN | ERC-20 | 1 | $0.000291 |
$0 | |
$yawn | ERC-20 | 1 | $0.000028 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164949 | 2 hours ago | | | 0 | 0.0010298957 | |
| 21164894 | 2 hours ago | | | 0 | 0.0011553644 | |
| 21164275 | 5 hours ago | | | 0 | 0.00070147783 | |
| 21163990 | 6 hours ago | | | 0 | 0.00076265539 | |
| 21163410 | 7 hours ago | | | 0 | 0.00069003319 | |
| 21162054 | 12 hours ago | | | 0 | 0.00076273483 | |
| 21160868 | 16 hours ago | | | 0 | 0.00077203750 | |
| 21158497 | a day ago | | | 0 | 0.0023750122 | |
| 21156972 | a day ago | | | 0 | 0.00067489616 | |
| 21155973 | a day ago | | | 0 | 0.00044645192 |
ABI
ABI objects
Getter at block 21165632
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
333401535852702072572973
jotchuaAddress() view returns (address)
0x7c0888d52bb8fa01f6b0ec72c578510f9f4ef5a1
maxBuyAmount() view returns (uint256)
1000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
PERRO DINERO
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x26be65d3b79acbcc1bf5a82f8b631ada2dc860c8
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
JOTCHUA
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
jotchuaFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
jotchuaAddressSetup(address _newAddress)
jotchuaFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
jotchuaAddressUpdated(address jotchuaAddress)
jotchuaFeeSent(address recipient, uint256 amount)
jotchuaFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.