DVDDistBotUpgradeable
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 37 additional slots
Balances ($0.00)
No balances found for "DVDDistBotUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DVDDistBotUpgradeable"
ABI
ABI objects
Getter at block 21220390 getDistributableAmount() view returns (uint256 distributable, uint256 curAmountOnXDVD, uint256 rewardForXDVD, uint256 curAmountOnUniLP, uint256 rewardForUniLP)
DENOMINATOR() view returns (uint256)
10000
amountDistributed() view returns (uint256)
0
dvd() view returns (address)
0x0000000000000000000000000000000000000000
endTime() view returns (uint256)
0
lpDvdEth() view returns (address)
0x0000000000000000000000000000000000000000
maxAmount() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentOfShareForLP() view returns (uint256)
0
percentOfShareForXDVD() view returns (uint256)
0
period() view returns (uint256)
0
startTime() view returns (uint256)
0
supply() view returns (uint256)
0
wallet() view returns (address)
0x0000000000000000000000000000000000000000
xdvd() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events distDVD()
initialize(address _dvd, address _xdvd, address _router, address _wallet)
renounceOwnership()
setMaxAmount(uint256 _maxAmount)
setPercentOfShare(uint256 _percentOfShareForXDVD, uint256 _percentOfShareForLP)
setPeriod(uint256 _period)
setSupply(uint256 _supply)
setWallet(address _wallet)
transferOwnership(address newOwner)
DistDVD(address indexed user, uint256 dvdAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMaxAmount(uint256 newMaxAmount)
SetPercentOfShare(uint256 newPercentOfShareForXDVD, uint256 newPercentOfShareForLP)
SetPeriod(uint256 newPeriod)
SetSupply(uint256 newSupply)
SetWallet(address indexed newWallet)
This contract contains no constructor objects.
receive()
This contract contains no error objects.