One Truth Genesis
Verified contract
Active on
Ethereum with 1,007 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 "One Truth Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103676 | 13 days ago | | | 0 | 0.00020393891 | |
| 20918408 | a month ago | | | 0 | 0.00069388123 | |
| 20580721 | 3 months ago | | | 0 | 0.00010018787 | |
| 20395888 | 4 months ago | | | 0 | 0.000059677968 | |
| 20103118 | 5 months ago | | | 0 | 0.00010252866 | |
| 20097727 | 5 months ago | | | 0 | 0.00028647638 | |
| 19808738 | 6 months ago | | | 0 | 0.00023115742 | |
| 18940016 | 10 months ago | | | 0 | 0.00074435907 | |
| 18921549 | 10 months ago | | | 0 | 0.0010362405 | |
| 18808185 | a year ago | | | 0 | 0.0016434623 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimedAllowlist(uint256 index) view returns (bool)
hasClaimedWaitlist(uint256 index) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isInAllowList(address _account, uint8 _max, uint256 _index, bytes32[] _proof) view returns (bool)
isInWaitList(address _account, uint8 _max, uint256 _index, bytes32[] _proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 amount) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 _quantity, uint8 _max, uint256 _index, bytes32[] _proof) payable
approve(address to, uint256 tokenId)
gift(address _to, uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistMerkleRoot(bytes32 newAllowlistMerkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBeneficiary(address newBeneficiary)
setContractURI(string newContractURI)
setLimitPerPublicMint(uint256 newLimit)
setStep(uint8 newStep)
setWaitlistMerkleRoot(bytes32 newWaitlistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
waitlistMint(uint256 _quantity, uint8 _max, uint256 _index, bytes32[] _proof) payable
withdraw()
withdrawERC20(address _erc20Token)
AllowlistUpdated()
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)
MintStepUpdated(uint8 step)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WaitlistUpdated()
constructor(string initContractURI, string initBaseURI, address _owner, address _beneficiary, bytes32 _merkleRoot, uint256 _provenanceHash)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()