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 "JERRY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006524 | a month ago | | | 0 | 0.00038598175 | |
| 19211759 | 9 months ago | | | 0 | 0.0013996330 | |
| 19211275 | 9 months ago | | | 0 | 0.00095001963 | |
| 19211146 | 9 months ago | | | 0 | 0.0015154436 | |
| 19200130 | 9 months ago | | | 0 | 0.0012614944 | |
| 19199216 | 9 months ago | | | 0 | 0.0021900117 | |
| 19199070 | 9 months ago | | | 0 | 0.0016959231 | |
| 19199001 | 9 months ago | | | 0 | 0.0016042898 | |
| 19198922 | 9 months ago | | | 0 | 0.0015879292 | |
| 19198433 | 9 months ago | | | 0 | 0.0013443748 |
ABI
ABI objects
Getter at block 21257538
decimals() view returns (uint8)
18
maxWalletSize() view returns (uint256)
117747510000000000000000000
maxWalletSizePercentage() view returns (uint256)
30
name() view returns (string)
Jerry
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
JERRY
totalSupply() view returns (uint256)
3852334202298618723700663139
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
pairAddress(address newPairAddress)
renounceOwnership()
swapETHForJerry(uint256 amountOutMin, address to, uint256 deadline) payable
swapJerryForETH(uint256 amountIn, uint256 amountOutMin, address to, uint256 deadline)
swapTokensForToken(address tokenOut, uint256 amountIn, uint256 amountOutMin, address to, uint256 deadline)
transfer(address to, uint256 value) returns (bool)
transferFrom(address sender, address recipient, 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(address initialOwner)
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)