Musk's Blue Bird
Verified contract
Active on
Ethereum with 614 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 "Musk's Blue Bird"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14666674 | 3 years ago | | | 0 | 0.0013193465 | |
| 14627221 | 3 years ago | | | 0 | 0.0014230767 | |
| 14614368 | 3 years ago | | | 0 | 0.00065272378 | |
| 14602045 | 3 years ago | | | 0 | 0.00078401251 | |
| 14595089 | 3 years ago | | | 0 | 0.0027004421 | |
| 14590412 | 3 years ago | | | 0 | 0.0025112756 | |
| 14589955 | 3 years ago | | | 0 | 0.0013419050 | |
| 14589426 | 3 years ago | | | 0 | 0.0014191522 | |
| 14589183 | 3 years ago | | | 0 | 0.0015928406 | |
| 14589121 | 3 years ago | | | 0 | 0.0013917123 |
ABI
ABI objects
Getter at block 21258029
MAX_SUPPLY() view returns (uint256)
2000
freeMintAmount() view returns (uint256)
200
hit100ETH() view returns (bool)
false
hit100ETHReward() view returns (uint256)
10000000000000000
hitSuccessAnd500ETH() view returns (bool)
false
hitSuccessAnd500ETHReward() view returns (uint256)
100000000000000000
name() view returns (string)
Musk's Blue Bird
owner() view returns (address)
0xb179dfbc41595737d4b472a80ca2f33c461bdc4a
price() view returns (uint256)
5000000000000000
revealed() view returns (bool)
false
saleOpen() view returns (bool)
true
symbol() view returns (string)
MuskBlueBird
totalSupply() view returns (uint256)
2000
unRevealedURI() view returns (string)
https://ipfs.io/ipfs/QmZtBN9eozrmNFZCpWL2EhDY7tFJTizfib4BpuwYdoxorm
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flip100ETHReward()
flipSale()
flipSuccessAnd500ETH()
mint(uint256 _count) payable
renounceOwnership()
reward100ETH(uint256 tokenId)
rewardSuccessAnd500ETH(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
setRevealed(bool _revealed)
setUnRevealedURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 totalMinted)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()