Bitcoin Rocks By Elena
Verified contract
Active on
Ethereum with 555 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 "Bitcoin Rocks By Elena"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19073407 | 10 months ago | | | 0 | 0.00051961584 | |
| 18056626 | a year ago | | | 0 | 0.00084971620 | |
| 17539068 | a year ago | | | 0 | 0.00041848767 | |
| 17531194 | a year ago | | | 0 | 0.00070724370 | |
| 17531171 | a year ago | | | 0 | 0.00091646712 | |
| 17531163 | a year ago | | | 0 | 0.00097944000 | |
| 17531163 | a year ago | | | 0 | 0.00097944000 | |
| 17531163 | a year ago | | | 0 | 0.00097944000 | |
| 17531163 | a year ago | | | 0 | 0.00097944000 | |
| 17531163 | a year ago | | | 0 | 0.00097944000 |
ABI
ABI objects
Getter at block 21230148
MAX_SUPPLY() view returns (uint256)
999
currentPrice() view returns (uint256)
1500000000000000
name() view returns (string)
Bitcoin Rocks By Elena
owner() view returns (address)
0x7ad8150287163759c35223c3087e0cb380943763
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BTCBYE
totalSupply() view returns (uint256)
999
walletLimit() view returns (uint256)
10
Read-only
balanceOf(address owner) view returns (uint256)
freeMints(address) 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)
freeMint(uint256 amount)
paidMint(uint256 amount) payable
renounceOwnership()
reserve(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCurrentPrice(uint256 price)
setSaleIsActive(bool isActive)
setWalletLimit(uint256 limit)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, uint256 limit, uint256 price, uint256 maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()