Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($816.45)
Native
Value
$816.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.2471 | $3,304.14 |
$816.45 | |
WETH | ERC-20 | 0 | $3,303.30 |
$0 | |
(#1132297) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1132121) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1132081) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1131964) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1131855) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1131813) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1123093) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#1122857) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22300520 | 11 days ago | | | 0.005 | 0.0000033663726 | |
| 22264503 | 11 days ago | | | 0.01 | 9.7483045e-7 | |
| 22264414 | 11 days ago | | | 0.04 | 7.7967495e-7 | |
| 22264394 | 11 days ago | | | 0.03 | 7.1665706e-7 | |
| 22264361 | 11 days ago | | | 0.005 | 0.0000034880623 | |
| 22264331 | 11 days ago | | | 0.03 | 0.000021343642 | |
| 22264324 | 11 days ago | | | 0.01 | 9.8337417e-7 | |
| 22264275 | 11 days ago | | | 0.02 | 0.0000023535521 | |
| 22264241 | 11 days ago | | | 0.03 | 7.9327812e-7 | |
| 22264231 | 11 days ago | | | 0.015 | 0.0000023567006 |
ABI
ABI objects
Getter at block 22754129
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXECUTOR_ROLE() view returns (bytes32)
0xd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63
LOCK_LIQUIDITY_TOKEN_TIME() view returns (uint256)
31536000
MAX_SUPPLY() view returns (uint256)
100000000000000000000000000000
MIN_SUPPLY() view returns (uint256)
1000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
POOL_FEE() view returns (uint24)
10000
WETH() view returns (address)
0x4200000000000000000000000000000000000006
checkMintState() view returns (bool)
false
currentEndBlock() view returns (uint256)
22261224
currentStartBlock() view returns (uint256)
22261224
currentToken() view returns (address)
0x262a9f4e84efa2816d87a68606bb4c1ea3874bf1
currentTokenId() view returns (uint256)
1132297
getDonateAmountOfLastPeriod() view returns (uint256 donateAmount)
18
getDonateBlockLength() view returns (uint256)
43
getDonateValueOfLastPeriod() view returns (uint256 donateValue)
247100000000000000
lastDonateBlock() view returns (uint256)
22300520
singleMintAmount() view returns (uint256)
500
Read-only
batchGetDonateBlock(uint256 startIndex, uint256 endIndex) view returns (uint256[])
donatedBlock(uint256) view returns (uint256)
getBlockBalance(uint256 blockNumber, address user) view returns (uint256)
getBlockIndex(uint256 blockNumber) view returns (uint256)
getBlockUsers(uint256 blockNumber) view returns (address[])
getNextBlock(uint256 blockNumber) view returns (uint256)
getPairTokenBalance(address token0, address token1) view returns (uint256 token0Balance, uint256 token1Balance)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAirdropToken(address) view returns (bool)
liquidityToken(uint256) view returns (uint256 unlockTime, bool withdraw)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenInfo(address token) view returns (uint256 totalSupply, uint256 depositRatio, uint256 endBlock, uint256 donateAmount)
totalDonate(uint256) view returns (uint256 donateValue, uint256 donateAmount)
State-modifying
Events airdropToken(address token, address[] users, uint256[] amounts)
createPoolAndAddLiquidity(address token0, address token1, uint160 sqrtPriceX96) returns (address pool, uint256 tokenId)
createToken(string name, string symbol, uint256 totalSupply, uint256 depositRatio, uint256 endBlock_) returns (address)
donate() payable
grantRole(bytes32 role, address account)
lockLiquidityToken(uint256 tokenId)
mint()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
unlockLiquidityToken(uint256 tokenId)
withdrawNoAirdropToken(address token, uint256 amount)
CreatePool(address pool, uint256 tokenId)
CreateToken(address indexed token, uint256 totalSupply, uint256 depositRatio, uint256 endBlock)
Donate(address indexed user, uint256 amount, uint256 blockNumber)
LockLiquidityToken(uint256 unlockTime, uint256 tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
UnlockLiquidityToken(uint256 unlockTime, uint256 tokenId)
WithdrawNoAirdropToken(uint256 amount, address token)
constructor(address _positionManager)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ReentrancyGuardReentrantCall()