The Beginning Is Near

Verified contract

Active on Ethereum with 5,112 txns
Deployed by via 0xb177d58b at 15391879
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Beginning Is Near"

0xbaf7351648849765ed0580f8c116bbc3e167f37960a6de1e7a6c87828950e1cd
0x87ef010e99c124d23814519177b0a654503c8ef2fe5a343006a293384b0f65ba
0xe52dccd448f40e6e38675447b5953dfbdd515da212ea366d1bb99edc295129a0
0x977644f0858e96820c2856dd1a8f263a674674aeedbae73d69032d36744ada6c
0x873419ae5d092d67bd7314612987076765aa5245a495dccf7c1940ca35a06f82
0x95d4926a708a20d7625ec282eb1869461c57f5779af6cebb967f30bc2fc6ac83
From
0x8cb005f76f94b94c7070d1caeb68bd60aaf5f01809d4e07587a8ac9f96bee791
0x913db48a9d6bf8cfb05dc0ee0940fbd79d8fbaecb2b07ef680131635b47b559f
0x0a548e8c971c4c8b1acf7019babca88fe955c6b4623cfbcc74d25358c3199a92
0xd95a50a68c7e80704f2be042ed5561214853ebd117eb5f431ae9b7a37983c193

Functions
Getter at block 20815943
MAX_FREE(view returns (uint256)
2
MAX_PER_WALLET(view returns (uint256)
6
MAX_SUPPLY(view returns (uint256)
6666
PRICE(view returns (uint256)
5000000000000000
baseURI(view returns (string)
ipfs://Qmb2nTfUSWkptHiK9FzmmRwtgRrPShnySqekUFJUfrF9uY/
initialize(view returns (bool)
true
name(view returns (string)
The Beginning Is Near
owner(view returns (address)
0x51337332c0811a49626fe3f180ac0da6f48b6cc6
revealed(view returns (bool)
true
symbol(view returns (string)
TBIN
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
qtyFreeMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changeBaseURI(string baseURI_
changeRevealed(bool _revealed
freeMint(uint256 quantity
mintMore(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setInitialize(bool _initialize
setLimitFreeMintPerWallet(uint256 _limit
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(