B.L.U.R.
Verified contract
Active on
Ethereum with 1,072 txns
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 "B.L.U.R."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16872258 | 2 years ago | | | 0 | 0.00054740335 | |
| 16640704 | 2 years ago | | | 0 | 0.0011132799 | |
| 16635501 | 2 years ago | | | 0 | 0.0022553624 | |
| 16634604 | 2 years ago | | | 0 | 0.0017707705 | |
| 16634260 | 2 years ago | | | 0 | 0.0015034506 | |
| 16633017 | 2 years ago | | | 0 | 0.0012834052 | |
| 16632829 | 2 years ago | | | 0 | 0.0014693140 | |
| 16632829 | 2 years ago | | | 0 | 0.0014693140 | |
| 16632829 | 2 years ago | | | 0 | 0.0014693140 | |
| 16632829 | 2 years ago | | | 0 | 0.0014693140 |
ABI
ABI objects
Getter at block 21326603
MAX_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1081
TEAM_CLAIM_AMOUNT() view returns (uint256)
81
claimed() view returns (bool)
true
name() view returns (string)
B.L.U.R.
owner() view returns (address)
0x72f8a64aef4b080ee89d2735c11201c6d902ef4e
started() view returns (bool)
true
symbol() view returns (string)
BLUR
totalSupply() view returns (uint256)
1081
Read-only
addressClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
teamClaim()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()