DeltaBRC20Pool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "DeltaBRC20Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DeltaBRC20Pool"
ABI
ABI objects
Getter at block 21318783
INT_BASE() view returns (uint256)
100000
controllAddress() view returns (address)
0x0000000000000000000000000000000000000000
costToken() view returns (address)
0x0000000000000000000000000000000000000000
deltaNFT() view returns (address)
0x0000000000000000000000000000000000000000
drawTime() view returns (uint256)
0
getUnlockArgs() view returns (uint256 firstReleaseTime, uint256 firstBalance, uint256 remainingUnlockedType, uint256[4] remainingUnlocked, uint256 totalBalance)
(firstReleaseTime=0, firstBalance=0, remainingUnlockedType=0, remainingUnlocked=[0, 0, 0, 0], totalBalance=0)
isPublish() view returns (bool)
false
maxLevel() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
offerEndTime() view returns (uint256)
0
offerStartTime() view returns (uint256)
0
oneShareAmount() view returns (uint256)
0
oneSharePrice() view returns (uint256)
0
owner() view returns (address)
0x9996f23c497a0b7bbeafc1c4721e13c06108cb8d
randomSeed() view returns (uint256)
0
targetToken() view returns (address)
0x0000000000000000000000000000000000000000
totalDrawUser() view returns (uint256)
0
totalOfferFund() view returns (uint256)
0
totalOfferUser() view returns (uint256)
0
totalShares() view returns (uint256)
0
unlockArgs() view returns (uint256 firstReleaseTime, uint256 firstBalance, uint256 remainingUnlockedType, uint256 totalBalance)
(firstReleaseTime=0, firstBalance=0, remainingUnlockedType=0, totalBalance=0)
Read-only
isLuckyDog(address user) view returns (bool)
levelOfferCounts(uint256) view returns (uint256)
levelShares(uint256) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
unlockToken(uint256) pure returns (uint256 amount, uint256 _newTokenId)
userIndexs(address) view returns (uint256)
userLevels(address) view returns (uint256)
userStatus(address) view returns (uint256)
State-modifying
Events draw()
initialize(address[5] args1, uint256[6] args2) returns (address)
luckyrandomNum() returns (uint256)
refund()
renounceOwnership()
setBTCAddress(uint256[] tokenIds, string btcAddress)
setUnlockArgsAddRoot(struct IDeltaNFTUnlockArgs _unlockArgs, bytes32 _merkleRoot)
subOffer(uint256 senderIndex, address account, uint256 amount, bytes32[] merkleProof) payable returns (uint256 userLevel, uint256 userIndex)
transferOwnership(address newOwner)
withdraw(uint256 total)
Draw(address indexed user, uint256 tokenId, struct IDeltaNFTUnlockArgs unlockArgs)
LuckySeed(uint256 luckySeed)
Offer(address indexed user, uint256 level, uint256 luckyNumber, uint256 oneSharePrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address indexed user, uint256 amount)
SetBTCAddress(address indexed user, uint256[] tokenIds, uint256 times, string btcAddress)
SetUnlockArgsAndRoot(struct IDeltaNFTUnlockArgs unlockArgs, bytes32 root)
Unlock(address indexed user, uint256 tokenId, uint256 newTokenId, uint256 amount)
Withdraw(address indexed user, uint256 totalOfferFund)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.