TWICK TOONS G3NESIS

Verified contract

Proxy

Active on Ethereum with 181 txns
Deployed by via 0xd6cf5398 at 16229062
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
9 additional variables

No balances found for "TWICK TOONS G3NESIS"

0xac3b38ad5e54aee241b32e398b8cd1ebf605fc030bc7eeacb9c9836d0342bf23
0x14cf70e5cc3c7ad630ff203599c931d35622011beab3a2802ef482f6471baaf0
0x9e167c5b109b0a9137c1122b2e007c91e4dac4d8ce4ccc931a106b3ffe33f520
0x12845d3470549c5e70f71a85beef06fc5eaa47d5569c6501698cfd71c98ab20b
0x22c45777d4c1fe96851c08b91c3eef3613362201324ba6ee78625b17f09da3db
0x0cb15d0b35ef6d7fdbe307058cf2a5092e7cf6bcb07b059c7d0ac686dd738844
0x70b6001ba1092256a2bccc16a6ef0d9fc5dd6892d6a02a0606091fee17504346
0x91b543c8c2df83a4b63701069ad9c31b5c3bab6d045ae8ea85d137eb7e8cd917
0x2d9da646efccec1f6526edc7f83733c4ca4a46bc6d390457e3303093959732e3
0x44f86531c03d5b99c0f3af0b98f2966af8e04b4391ca3f88a8debc399ac36a9a

Functions
Getter at block 21213028
ADMIN_ROLE(view returns (uint256)
1
BURNER_ROLE(view returns (uint256)
4
MANAGER_ROLE(view returns (uint256)
2
maxAmount(view returns (uint256)
120
maxPerMint(view returns (uint256)
3
maxPerWallet(view returns (uint256)
3
name(view returns (string)
TWICK TOONS G3NESIS
owner(view returns (address result)
0x66ec5ebf30c230976cfdf808a17fbd0add302537
ownershipHandoverValidFor(view returns (uint64)
172800
presaleActive(view returns (bool)
false
price(view returns (uint256)
40000000000000000
saleActive(view returns (bool)
true
symbol(view returns (string)
TTG
totalRevenue(view returns (uint256)
3560000000000000000
totalSupply(view returns (uint256)
120
treasury(view returns (address)
0x66ec5ebf30c230976cfdf808a17fbd0add302537
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasAllRoles(address useruint256 rolesview returns (bool result)
hasAnyRole(address useruint256 rolesview returns (bool result)
isApprovedForAll(address owneraddress operatorview returns (bool)
ordinalsFromRoles(uint256 rolespure returns (uint8[] ordinals)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
rolesFromOrdinals(uint8[] ordinalspure returns (uint256 roles)
rolesOf(address userview returns (uint256 roles)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
burn(uint256 tokenId
cancelOwnershipHandover(
completeOwnershipHandover(address pendingOwner
grantRoles(address useruint256 roles
initialize(address owner_string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
mintTo(address recipientuint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
renounceRoles(uint256 roles
requestOwnershipHandover(
revokeRoles(address useruint256 roles
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setOperatorFilteringEnabled(bool value
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
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
Initialized(uint8 version
OperatorAllowed(bytes32 indexed operatorbool allowed
OperatorBlocked(bytes32 indexed operatorbool blocked
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
NewOwnerIsZeroAddress(
NoHandoverRequest(
Unauthorized(