DraculaHoard
Verified contract
Active on
Ethereum with 190 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 |
---|---|---|---|---|---|
DRC | ERC-20 | 172.825934K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16991937 | 2 years ago | | | 0 | 0.0036932425 | |
| 16118780 | 2 years ago | | | 0 | 0.00091017786 | |
| 15522054 | 2 years ago | | | 0 | 0.00079881104 | |
| 15522054 | 2 years ago | | | 0 | 0.0018516217 | |
| 15362896 | 2 years ago | | | 0 | 0.00042806581 | |
| 15224803 | 2 years ago | | | 0 | 0.00097420953 | |
| 14897929 | 2 years ago | | | 0 | 0.0050082165 | |
| 14854159 | 2 years ago | | | 0 | 0.0026027312 | |
| 14747860 | 3 years ago | | | 0 | 0.0028994134 | |
| 14669936 | 3 years ago | | | 0 | 0.0028964610 |
ABI
ABI objects
Getter at block 21216281
burnRate() view returns (uint256)
0
decimals() view returns (uint8)
18
dracula() view returns (address)
0xb78b3320493a4efaa1028130c5ba26f0b6085ef8
name() view returns (string)
DraculaHoard
owner() view returns (address)
0x94627695f66ab36ae00c1995a30bf5b30e139873
symbol() view returns (string)
xDRC
totalSupply() view returns (uint256)
132271998901053246952724
Read-only
allowance(address owner, address spender) view returns (uint256)
balance(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBurnRate(uint256 _burnRate)
stake(uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstake(uint256 _share)
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(address _dracula)
This contract contains no fallback and receive objects.
This contract contains no error objects.