Blur Society
Verified contract
Active on
Ethereum with 284 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 "Blur Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18488403 | a year ago | | | 0 | 0.0010796767 | |
| 17462270 | a year ago | | | 0 | 0.0010669942 | |
| 17223528 | 2 years ago | | | 0 | 0.0035664871 | |
| 17102067 | 2 years ago | | | 0 | 0.0046159520 | |
| 17097304 | 2 years ago | | | 0 | 0.0021764815 | |
| 17097302 | 2 years ago | | | 0 | 0.0032198991 | |
| 17071200 | 2 years ago | | | 0 | 0.0036775506 | |
| 17060951 | 2 years ago | | | 0 | 0.0035860610 | |
| 17058193 | 2 years ago | | | 0 | 0.0026571676 | |
| 17057287 | 2 years ago | | | 0 | 0.0027077420 |
ABI
ABI objects
Getter at block 21293106
CalculateClaim() view returns (uint256)
3
MintPrice() view returns (uint256)
2500000000000000
Minting() view returns (bool)
true
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmNpEAK9bbmweq3wMpNwVrNXksPoXmPrEHfQNaKTKnx4vT/
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
5555
name() view returns (string)
Blur Society
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xcae0587db8dff850e45d2895196734d3ec70c230
symbol() view returns (string)
Blur Society
totalSupply() view returns (uint256)
1041
Read-only
FreeClaim(uint256) view returns (uint256)
FreeSupply(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events OwnerBatchMint(uint256 qty)
airdrop(address[] listedAirdrop, uint256 qty)
approve(address to, uint256 tokenId) payable
mint(uint256 qty) payable
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_)
setFreeClaim(uint256[] FreeClaim_)
setFreeSupply(uint256[] FreeSupply_)
setMaxSupply(uint256 maxMint_)
setMintingIsLive()
setOperatorFiltering(address subscriptionOrRegistrantToCopy, bool subscribe)
setOperatorFilteringEnabled(bool _enabled)
setPrice(uint256 price_)
setmaxPerTx(uint256 maxPerTx_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()