The latest block we've processed for this chain is 21333364, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

TranchedSale

Verified contract

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

No balances found for "TranchedSale"

0xd34382a61e6cb87f52adaac7687fa2d41bd2ba8e375dd28836f8dfeb4b18685d
0x98967fb53057ddf4416fcc17a4845c985e2387ddaf6fec93ee3bf05e6003a99e
0x5b388d2b3a903daea5c0df35f12406fb06d4ca56e90d022a25260ae533da842d
0xc49b60a3d7866ad4f485c3f61478fc50594d9ec94ea700c763123ca9dbee2633
0x995c041d588b84c2c0e1f67a660c48722927c5030c31d54a7696563d7394fa5c
0xd00c2558726e37713ede58a29ef4c02d89fcbb71b7c4c8005124012f1ff54dea
0xdc2acd4efb1b3f6624854a2ee56a92206d33008550f26ea22023c9b42c1e8177
0x77c7fecc77d6ad94e2853c55398d26b6c4b28e43612191ea65b990aea98dcee7
0x4e40fc30186276bc1699f2109a7d41f588cafb2712721452b420da4cbea25f7c
0x7e88b26d3f3afb6830e7108c0c1f7cb4a57c15c847a3f1b6c7df35864a8c8133

Functions
Getter at block 21333363
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
TRANCHE_OPS(view returns (bytes32)
0x67c6738d4432721512a2acdbfb84d41061cdf053cc8440c4aae3ad196c09b87f
allocator(view returns (address)
0x4e412d4ec5ab5d0140b526bfd9e1b0e0738cd189
currentTranche(view returns (uint64)
0
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=TranchedSale, version=1, chainId=1, verifyingContract=0xc15568330926e2a6f1519992b0364ca00faf6a7a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
nft(view returns (address)
0xe41af8c3f0decf206c3afb9dbf2e7643f349e0b9
treasury(view returns (address)
0x5789d634b3bba3f68958f21975c2eec8d91847c4
Read-only
allocationUsed(uint32 nonceview returns (bool)
getAllocationTypedDataHash(struct ITranchedSaleAllocation alloview returns (bytes32)
getPrice(uint64 qtyuint64 trancheIdview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTranche(uint64 idview returns (struct ITranchedSaleTranche)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
grantTrancheOpsRole(address user
mint(uint64 qtyaddress touint64 trancheIduint32 noncebytes signaturepayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
revokeTrancheOpsRole(address user
setAllocator(address _allocator
setCurrentTranche(uint64 id
setNft(address _nft
setTranche(uint64 idstruct ITranchedSaleTranche tranche
setTreasury(address _treasury
withdraw(
Events
EIP712DomainChanged(
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address _nftaddress _treasuryaddress _owneraddress _allocator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllocationUsed(
ExceedsAllocationQty(
ForgedSignature(
IncorrectValue(
InvalidQuantity(
InvalidShortString(
NonExistantTranche(
StringTooLong(string str
TrancheNotYetOpen(
TransferFailed(
ZeroAddressNotAllowed(