The Beginning Is Near
Verified contract
Active on
Ethereum with 5,112 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 "The Beginning Is Near"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18880707 | a year ago | | | 0 | 0.0012586258 | |
| 18340597 | a year ago | | | 0 | 0.00027959014 | |
| 16724370 | 2 years ago | | | 0 | 0.00080288149 | |
| 16439993 | 2 years ago | | | 0 | 0.00065878158 | |
| 16235485 | 2 years ago | | | 0 | 0.00071402653 | |
| 16109950 | 2 years ago | | | 0 | 0.00054018182 | |
| 16093708 | 2 years ago | | | 0 | 0.00053922979 | |
| 16077526 | 2 years ago | | | 0 | 0.00066556407 | |
| 16077525 | 2 years ago | | | 0 | 0.00063004173 | |
| 15895065 | 2 years ago | | | 0 | 0.00073988234 |
ABI
ABI objects
Getter at block 21316857
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
qtyFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeBaseURI(string baseURI_)
changeRevealed(bool _revealed)
freeMint(uint256 quantity)
mintMore(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setInitialize(bool _initialize)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()