VoodooCoin
Verified contract
Active on
Ethereum with 533 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- | |
VDC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15574342 | 2 years ago | | | 0 | 0.00074740336 | |
| 15282825 | 2 years ago | | | 0 | 0.0083849386 | |
| 15134726 | 2 years ago | | | 0 | 0.0081117574 | |
| 15132707 | 2 years ago | | | 0 | 0.0031017281 | |
| 15108514 | 2 years ago | | | 0 | 0.00042482404 | |
| 15108509 | 2 years ago | | | 0 | 0.0050903847 | |
| 14989688 | 2 years ago | | | 0 | 0.0039961535 | |
| 14972000 | 2 years ago | | | 0 | 0.045329547 | |
| 14971909 | 2 years ago | | | 0 | 0.0099554694 | |
| 14859014 | 3 years ago | | | 0 | 0.0059060109 |
ABI
ABI objects
Getter at block 21309572
CLAIM_END_TIME() view returns (uint256)
1795996800
EMISSIONS_RATE() view returns (uint256)
115740740800000
MAX_WALLET_STAKED() view returns (uint256)
30
SCROLL_BONUS_RATE() view returns (uint256)
11000
decimals() view returns (uint8)
18
name() view returns (string)
Voodoo Coin
owner() view returns (address)
0xe0d2118528d15f35d8a46c983a9a551d71492a9c
scrollAdress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VC
totalSupply() view returns (uint256)
102431514057074564800000
vdcAddress() view returns (address)
0x70a83e30b10670e54847779377509ac2ab5782cc
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAllRewards(address staker) view returns (uint256)
getRewardsByTokenId(uint256 tokenId) view returns (uint256)
getScrollState(address staker) view returns (bool)
getStaker(uint256 tokenId) view returns (address)
getTokensStaked(address staker) view returns (uint256[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimAll()
claimByTokenId(uint256 tokenId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
setScrollAddress(address _scrollAddress)
setVdcAddress(address _vdcAddress)
stakeByIds(uint256[] tokenIds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstakeAll()
unstakeByIds(uint256[] tokenIds)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.