Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($57,005.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLUR | ERC-20 | 224.834458K | $0.253545 |
$57,005.65 | |
APU | ERC-20 | 1 | $0.001119 |
$0 | |
HunkElon | ERC-20 | 9.9B | -- | -- | |
BLAST | ERC-20 | 204.689884M | -- | -- | |
Blur | ERC-20 | 500K | -- | -- | |
OS | ERC-20 | 47.090666K | -- | -- | |
BlurReward.org | ERC-20 | 7.77K | -- | -- | |
BLUR | ERC-20 | 20 | -- | -- | |
0x8ab0…7418 | ERC-1555 | 1 | -- | -- | |
0x8ab0…7418 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241227 | 8 minutes ago | | | 0 | 0.00031211754 | |
| 21241216 | 10 minutes ago | | | 0 | 0.00029439768 | |
| 21241208 | 12 minutes ago | | | 0 | 0.00053342149 | |
| 21241197 | 14 minutes ago | | | 0 | 0.00031484778 | |
| 21241181 | 17 minutes ago | | | 0 | 0.00063825766 | |
| 21241150 | 23 minutes ago | | | 0 | 0.00032484356 | |
| 21241132 | 27 minutes ago | | | 0 | 0.00065335102 | |
| 21241109 | 32 minutes ago | | | 0 | 0.00059669775 | |
| 21241101 | 33 minutes ago | | | 0 | 0.00038974985 | |
| 21241068 | 40 minutes ago | | | 0 | 0.00073416834 |
ABI
ABI objects
Getter at block 21241265
DOMAIN_SEPARATOR() view returns (bytes32)
0x7ab1c4b08cbfc7a1bec23e74548143217c862f40fbfb4f73b6d844e8a4dddb0a
decimals() view returns (uint8)
18
name() view returns (string)
Blur
owner() view returns (address)
0x6e596823a8c9c48eb6fa4ab2208f34b97453a327
symbol() view returns (string)
BLUR
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
lockups(uint256) view returns (address)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events addLockups(address[] _lockups)
approve(address spender, uint256 amount) returns (bool)
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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.