vDODO Membership Token
Verified contract
Active on
Ethereum with 19,194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,370,465.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DODO | ERC-20 | 18.565241M | $0.127683 |
$2,370,465.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243229 | 22 minutes ago | | | 0 | 0.00097369615 | |
| 21242535 | 3 hours ago | | | 0 | 0.0010904492 | |
| 21240421 | 10 hours ago | | | 0 | 0.0010115304 | |
| 21240172 | 11 hours ago | | | 0 | 0.0012437982 | |
| 21225158 | 3 days ago | | | 0 | 0.0010526356 | |
| 21217216 | 4 days ago | | | 0 | 0.0026335056 | |
| 21206531 | 5 days ago | | | 0 | 0.00023783687 | |
| 21203914 | 6 days ago | | | 0 | 0.0010148924 | |
| 21200375 | 6 days ago | | | 0 | 0.0010713346 | |
| 21196454 | 7 days ago | | | 0 | 0.0017027771 |
ABI
ABI objects
Getter at block 21243339
_CAN_TRANSFER_() view returns (bool)
false
_DODO_APPROVE_PROXY_() view returns (address)
0x335ac99bb3e51bdbf22025f092ebc1cf2c5cc619
_DODO_CIRCULATION_HELPER_() view returns (address)
0x292e6b2e054e1157df71c1c9510265ca8c0c7672
_DODO_FEE_BURN_RATIO_() view returns (uint256)
500000000000000000
_DODO_PER_BLOCK_() view returns (uint256)
0
_DODO_RATIO_() view returns (uint256)
100
_DODO_TEAM_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_DODO_TOKEN_() view returns (address)
0x43dfc4159d86f3a37a5a4b3d4580b888ad7d4ddd
_DOOD_GOV_() view returns (address)
0xd84c904ab6b00ce6a18a43ba50926ec351f899cb
_LAST_REWARD_BLOCK_() view returns (uint32)
21243229
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_SUPERIOR_RATIO_() view returns (uint256)
100000000000000000
_TOTAL_BLOCK_DISTRIBUTION_() view returns (uint112)
84643809070000000000000000
_TOTAL_BLOCK_REWARD_() view returns (uint256)
84690000000000000001710000
_TOTAL_STAKING_POWER_() view returns (uint256)
2038199972876884186811039
alpha() view returns (uint112)
5385303885113536517
decimals() view returns (uint8)
18
getDODOWithdrawFeeRatio() view returns (uint256 feeRatio)
0
getLatestAlpha() view returns (uint256 newAlpha, uint256 curDistribution)
(newAlpha=5385303885113536517, curDistribution=0)
name() view returns (string)
vDODO Membership Token
symbol() view returns (string)
vDODO
totalSupply() view returns (uint256 vDODOSupply)
185190502158338004671533
Read-only
allowance(address owner, address spender) view returns (uint256)
availableBalanceOf(address account) view returns (uint256 vDODOAmount)
balanceOf(address account) view returns (uint256 vDODOAmount)
dodoBalanceOf(address account) view returns (uint256 dodoAmount)
getSuperior(address account) view returns (address superior)
getWithdrawResult(uint256 dodoAmount) view returns (uint256 dodoReceive, uint256 burnDodoAmount, uint256 withdrawFeeDodoAmount)
userInfo(address) view returns (uint128 stakingPower, uint128 superiorSP, address superior, uint256 credit)
State-modifying
Events approve(address spender, uint256 vDODOAmount) returns (bool)
changePerReward(uint256 dodoPerBlock)
claimOwnership()
donate(uint256 dodoAmount)
emergencyWithdraw()
initOwner(address newOwner)
mint(uint256 dodoAmount, address superiorAddress)
preDepositedBlockReward(uint256 dodoAmount)
redeem(uint256 vdodoAmount, bool all)
setCantransfer(bool allowed)
transfer(address to, uint256 vDODOAmount) returns (bool)
transferFrom(address from, address to, uint256 vDODOAmount) returns (bool)
transferOwnership(address newOwner)
updateDODOCirculationHelper(address helper)
updateDODOFeeBurnRatio(uint256 dodoFeeBurnRatio)
updateGovernance(address governance)
Approval(address indexed owner, address indexed spender, uint256 amount)
ChangePerReward(uint256 dodoPerBlock)
DonateDODO(address user, uint256 donateDODO)
MintVDODO(address user, address superior, uint256 mintDODO)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PreDeposit(uint256 dodoAmount)
RedeemVDODO(address user, uint256 receiveDODO, uint256 burnDODO, uint256 feeDODO)
SetCantransfer(bool allowed)
Transfer(address indexed from, address indexed to, uint256 amount)
UpdateDODOFeeBurnRatio(uint256 dodoFeeBurnRatio)
constructor(address dodoGov, address dodoToken, address dodoApproveProxy, address dodoTeam)
This contract contains no fallback and receive objects.
This contract contains no error objects.