Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BLOOD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453012 | 3 months ago | | | 0 | 0.000039238000 | |
| 13234255 | 3 years ago | | | 0 | 0.0054314623 | |
| 13079349 | 3 years ago | | | 0 | 0.0027945333 | |
| 13079317 | 3 years ago | | | 0 | 0.0027463800 | |
| 13079240 | 3 years ago | | | 0 | 0.0023532795 | |
| 13059134 | 3 years ago | | | 0 | 0.0025495597 | |
| 12767308 | 3 years ago | | | 0 | 0.00040511800 | |
| 12715877 | 3 years ago | | | 0 | 0.00047746800 | |
| 12715819 | 3 years ago | | | 0 | 0.00032017000 | |
| 12658860 | 3 years ago | | | 0 | 0.0021925200 |
ABI
ABI objects
Getter at block 21218425
decimals() view returns (uint8)
8
getblockTimestamp() view returns (uint256)
1731978935
isOwner() view returns (bool)
false
maxSupply() view returns (uint256)
4000000000000000000
name() view returns (string)
BLOOD
owner() view returns (address)
0x23d5f847ce793d41ad04572d39ad51777d6fe02e
symbol() view returns (string)
BLOOD
totalSupply() view returns (uint256)
2000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
availableBalanceOf(address account) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAddressLockType(address account) view returns (string)
getLockInfo(string lockType) view returns (uint256[], uint256[])
getLockInfoAtIndex(string lockType, uint256 index) view returns (uint256, uint256)
getLockInfoCount(string lockType) view returns (uint256)
getLockedAmount(address account) view returns (uint256)
getLockedAmountOfLockTable(address account) view returns (uint256)
State-modifying
Events addLockInfo(string lockType, uint256 timestamp, uint256 lockAmount) returns (bool)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
clearLockInfo(string lockType) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
removeLockInfo(string lockType, uint256 timestamp) returns (bool)
renounceOwnership()
setAccountLockType(address account, string lockType) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddLockInfo(string lockType, uint256 timestamp, uint256 lockAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address account, uint256 amount)
ClearLockInfo(string lockType)
Mint(address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveLockInfo(string lockType, uint256 timestamp)
SetAccountLockType(address account, string lockType)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.