Later Gators

Verified contract

Proxy

Active on Ethereum with 1,576 txns
Deployed by via 0x8dd52f2b at 15633806
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
10 additional variables

No balances found for "Later Gators"

0x86f94f1abd88ee900cbd0ea2ad7be79956bee894aeeed03e983ba7040ffebf49
0x7d95ee0afd1a26c0f8b02a4feeff8b3d1e409084c652f82010f3a96454c2a51f
0xed26ef07f8ef37ccf9e57f2eb35bc029791d7ea11dfbece252d117f0f4a60e7b
0x5a3185078c6aa3a6ed9a5b42871aac3ef3e9c61f2effaad3765b758871424dfc
0x46652bfcf721011ea185778cc3df218eff71379a8233786042f4a9a6f8f4dd32
0x6bf266c4e778c6f5ef1b6a890638ea300175f9547e403b7cc4e14c16375fed5b
0x1571e27f61404e45e73aabd48c608cd6fee33880f46ee064ba695c6c065b4e3f
0xf74330207d68c15abca7a4dcb319f14f2b80919d2a8986c5a1cff2af0c25194d
0x4e1fe07b1bb6a88c29cccbe09e3061a2e6db89e41cfaa900718779f86ff0a0ef
0x8880f5fd68be3911ba771cc2f71e0bbad1aa6efb778517fc26bf823e5b6b3699

Functions
Getter at block 20988707
ADMIN_ROLE(view returns (uint256)
1
BURNER_ROLE(view returns (uint256)
4
MANAGER_ROLE(view returns (uint256)
2
maxAmount(view returns (uint256)
3333
maxPerMint(view returns (uint256)
3
maxPerWallet(view returns (uint256)
10
name(view returns (string)
Later Gators
owner(view returns (address result)
0x34456a0a60af4afd40b20430e19bae1f3338504f
ownershipHandoverValidFor(view returns (uint64)
172800
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
false
symbol(view returns (string)
LG
totalRevenue(view returns (uint256)
0
totalSupply(view returns (uint256)
3333
treasury(view returns (address)
0xc88f795447be38d3b109924da3c4fc8eb47b7589
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)
isAllowedOperator(address operatorview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool isOperator)
isBlockedOperator(address 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
setAllowedOperator(address operatorbool allowed
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setBlockedOperator(address operatorbool blocked
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
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(address indexed operatorbool allowed
OperatorBlocked(address 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(