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 "UPUP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140726 | 20 days ago | | | 0 | 0.00043284714 | |
| 21126723 | 22 days ago | | | 0 | 0.0010270044 | |
| 21045717 | a month ago | | | 0 | 0.00018974359 | |
| 21036165 | a month ago | | | 0 | 0.00063222908 | |
| 21031942 | a month ago | | | 0 | 0.00022228959 | |
| 21021964 | a month ago | | | 0 | 0.00063343924 | |
| 21017601 | a month ago | | | 0 | 0.00036374089 | |
| 21013294 | a month ago | | | 0 | 0.00035068821 | |
| 21012575 | a month ago | | | 0 | 0.00059892845 | |
| 21011426 | a month ago | | | 0 | 0.00017305438 |
ABI
ABI objects
Getter at block 21285980
buybackInterval() view returns (uint256)
14400
buybackRatio() view returns (uint256)
100
canAddLiquidity() view returns (bool)
true
cap() view returns (uint256)
21000000000000000000000000
decimals() view returns (uint8)
18
isJingle() pure returns (bool)
true
liquidityHolder() view returns (address)
0xc1251023f4a5863503d68e0dbdf9c65ff1cbf05c
mintAmount() view returns (uint256)
100
name() view returns (string)
UPUP
nextBuybackTime() view returns (uint256)
1731227423
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolAddress() view returns (address)
0xce02298e5352e4b7bdecf8d2747f65497135af1e
swapQuoter() view returns (address)
0x61ffe014ba17989e743c5f6cb21bf9697530b21e
symbol() view returns (string)
UPUP
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events allowAddLiquidity()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address receiver, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateNextBuybackTime(bool isFinish)
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(string symbol, uint256 maxSupply, uint256 mintAmount_, uint256 buybackInterval_, uint256 buybackRatio_, address weth, address swapFactory, address swapQuoter_, address liquidityHolder_)
This contract contains no fallback and receive objects.
This contract contains no error objects.