Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($34.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOOD | ERC-20 | 2.65673K | $0.013007 |
$34.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160217 | 4 hours ago | | | 0 | 0.00088332595 | |
| 21152658 | a day ago | | | 0 | 0.00067392531 | |
| 21149548 | 2 days ago | | | 0 | 0.00045621577 | |
| 21139812 | 3 days ago | | | 0 | 0.00082973660 | |
| 21130158 | 4 days ago | | | 0 | 0.00078632825 | |
| 21123730 | 5 days ago | | | 0 | 0.00068835817 | |
| 21117050 | 6 days ago | | | 0 | 0.00052360632 | |
| 21108863 | 7 days ago | | | 0 | 0.00028569477 | |
| 21105326 | 8 days ago | | | 0 | 0.00018857474 | |
| 21088633 | 10 days ago | | | 0 | 0.00029200500 |
ABI
ABI objects
Getter at block 21161280
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
name() view returns (string)
Blood
owner() view returns (address)
0x888864f61a74bfe0f98a6403fdfb494fe0dc075b
symbol() view returns (string)
BLOOD
totalSupply() view returns (uint256)
200000000000000000000000000
version() view returns (uint256)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
sweep(address _token, address _destination, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _ticker)
This contract contains no fallback and receive objects.
SweepingTransferFailed()