One Truth Genesis

Verified contract

Active on Ethereum with 1,007 txns
Deployed by via 0x22754cd3 at 15049491
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "One Truth Genesis"

0x9bb9f1d69b8f12ef328884281eacaa1e23b2ce44e4f4c4d6d8ba49742e2ce82b
0xe8622813435b7d342cae7c3b184aeba6a7748619415c99b75b83506fc129afd3
0xdbd569031ad71e25744d1953de4f0642e28b6504fc0b2ed5632a00cf99bd107c
0xdda9a5759e616cfa4d982d3000c7759f35fb127cfd7506f31f9698f5d17a3c1b
0x8654ea8e91e5fb35bb2429e2e358dfcc622cfae49b93fc42637c948fbb6507a5
0x541c345bc82f9da8316bf6f000c3fb1fac381c51f9ded4590e70d6082c87b691
0x745deb0baeb70b46c1805826e71af68407f1eed1dc395b0d5a3bc4440651d8c0
0xc50aa030b65b2f3f45e85d87447e20f280899601945d15eaa69be1dccab2e3b7
0xa9fd3d86905527c5b8c491f670c2b36514919ed25a17e0b59fd070a1ecb621e9
0x7dfa2e97e4f254066dae24af61cbc300cfce7fccf74d8777e027758a08f658d2

Functions
Getter at block 21195949
ALLOWLIST_SUPPLY(view returns (uint256)
473
INTERNAL_SUPPLY(view returns (uint256)
28
LIMIT_PER_ADDRESS(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
501
PRESALE_PRICE(view returns (uint256)
200000000000000000
PUBLIC_PRICE(view returns (uint256)
250000000000000000
allowlistMerkleRoot(view returns (bytes32)
0xbc9d1169dca1519349508065351f46bf701a9ad9283237dea107ae05ac733493
beneficiary(view returns (address)
0xbb8f2448cc68ac390de41044f601c2681198c2be
contractURI(view returns (string)
ipfs://bafkreibnhpgp2mjluo5mzo6kmfv5mqq6zjygyexcggzy3ctilxp53xxh7u/
freezeAt(view returns (uint256)
1661416578
limitPerPublicMint(view returns (uint256)
2
name(view returns (string)
One Truth Genesis
owner(view returns (address)
0xcdb8446b0346ef1245d5f5224b334d2959d53ed9
provenanceHash(view returns (uint256)
9452680569562488232218658819213938715153021453163152711460003604020432982858
startingIndex(view returns (uint16)
155
step(view returns (uint8)
2
symbol(view returns (string)
OTG
totalSupply(view returns (uint256)
500
waitlistMerkleRoot(view returns (bytes32)
0x69772e0e1d270424f342743943e860c72e86c3b3ed2ea1fcc1633a6b3f91f924
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasClaimedAllowlist(uint256 indexview returns (bool)
hasClaimedWaitlist(uint256 indexview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInAllowList(address _accountuint8 _maxuint256 _indexbytes32[] _proofview returns (bool)
isInWaitList(address _accountuint8 _maxuint256 _indexbytes32[] _proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 amountview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint256 _quantityuint8 _maxuint256 _indexbytes32[] _proofpayable 
approve(address touint256 tokenId
gift(address _touint256 _quantity
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistMerkleRoot(bytes32 newAllowlistMerkleRoot
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setBeneficiary(address newBeneficiary
setContractURI(string newContractURI
setLimitPerPublicMint(uint256 newLimit
setStep(uint8 newStep
setWaitlistMerkleRoot(bytes32 newWaitlistMerkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
waitlistMint(uint256 _quantityuint8 _maxuint256 _indexbytes32[] _proofpayable 
withdraw(
withdrawERC20(address _erc20Token
Events
AllowlistUpdated(
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MintStepUpdated(uint8 step
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WaitlistUpdated(
Constructor
constructor(string initContractURIstring initBaseURIaddress _owneraddress _beneficiarybytes32 _merkleRootuint256 _provenanceHash
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(