DraculaHoard
Verified contract
Active on
Ethereum with 1,145 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb78b…5ef8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRC | ERC-20 | 227.56596K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13253717 | 3 years ago | | | 0 | 0.0030738615 | |
| 12775961 | 3 years ago | | | 0 | 0.0021974750 | |
| 12719184 | 3 years ago | | | 0 | 0.00069063500 | |
| 12642974 | 3 years ago | | | 0 | 0.00077664500 | |
| 12632185 | 3 years ago | | | 0 | 0.00050228000 | |
| 12629330 | 3 years ago | | | 0 | 0.00075342000 | |
| 12629296 | 3 years ago | | | 0 | 0.00094572800 | |
| 12608268 | 3 years ago | | | 0 | 0.0014440550 | |
| 12562044 | 3 years ago | | | 0 | 0.0025741850 | |
| 12550234 | 3 years ago | | | 0 | 0.0022602600 |
ABI
ABI objects
Getter at block 21286320
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)
BLOOD
totalSupply() view returns (uint256)
200323092190925465342915
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 _draculaToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.