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 "BleYd: Shiney Badge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21395759 | 5 days ago | | | 0 | 0.0012242529 | |
| 21395749 | 5 days ago | | | 0 | 0.00085714161 | |
| 21395609 | 5 days ago | | | 0 | 0.00086587552 | |
| 20737390 | 3 months ago | | | 0 | 0.00020601676 | |
| 17753272 | a year ago | | | 0 | 0.00059765972 | |
| 17161829 | 2 years ago | | | 0 | 0.0017840107 | |
| 17161814 | 2 years ago | | | 0 | 0.0030100436 | |
| 17161813 | 2 years ago | | | 0 | 0.0011411397 | |
| 17161813 | 2 years ago | | | 0 | 0.0035481865 | |
| 17161772 | 2 years ago | | | 0 | 0.0018203830 |
ABI
ABI objects
Getter at block 21431065
MaxperWallet() view returns (uint256)
12
MaxperWalletWL() view returns (uint256)
5
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmPywjq4xAr2NXe8fwGYUAqBTmKxS7zWM77py9qUaz1Vjj/
cost() view returns (uint256)
83000000000000000
maxSupply() view returns (uint256)
888
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
BleYd: Shiney Badge
notRevealedUri() view returns (string)
owner() view returns (address)
0xf0b5c52886b8a7a266b1655283bdb22dc04f636f
paused() view returns (bool)
false
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
Shiney Badge
totalSupply() view returns (uint256)
567
wlCost() view returns (uint256)
15000000000000000
wlMint() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events WlMint(uint256 tokens, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId) payable
gift(uint256 _mintAmount, address destination)
pause(bool _state)
publicSaleMint(uint256 tokens) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxPerWallet(uint256 _limit)
setMaxperWalletWL(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string _notRevealedURI)
setwlCost(uint256 _newCost)
toggleWlMint(bool _state)
togglepublicSale(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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()