TLStacks721

Verified contract

Active on Ethereum with 962 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TLStacks721"

0x4fd4394571442ea3784f256d305d6d524385a7324f2857f99e877a736fd15c1a
0x63edd83704ca9fa54a371273e1d2489d2fa9819ea35dcaa3b1848b145448f7cb
0x439b2c78c88da7bfb23841e78ff1083d40a0ba1d332e141790cfa9423203e413
0x8ac0e9b9ec71c78e8535ef9b487f5645df7e9c6ab4e400f7022e3b62ba474e8b
0xf518502907a79fc3f225ddd099a9425f4350efe13158f1d580d709244bd53c88
0xe991fd7e8ac84c49e671c36e976ad14318160b56dc3be8a277e119fcdc4951f8
0xa35b476fcc388f3135de5a1cc86ee7771d2475ba7e16e91f384ebda00c75ce7e
0x78b1d62c674ba552dd8dbc39845baec1540ef607141324266faaf769dea5f83c
0xf702e07121da0b5e02368617a06bc4f63ba31c58f0ef95620c6e53a0876e66b0
From
0xd5cb79cce009a4557adf89011636105d7a8ce4919938ae0725710b9e2737cf35

Functions
Getter at block 21294671
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
VERSION(view returns (string)
2.3.1
oracle(view returns (address)
0x40c57923924b5c5c5455c48d93317139addac8fb
owner(view returns (address)
0xe6c2ade50207b6c6517c3f6f1d5b83b2453252d4
paused(view returns (bool)
false
protocolFee(view returns (uint256)
900000000000000
protocolFeeReceiver(view returns (address)
0xe6c2ade50207b6c6517c3f6f1d5b83b2453252d4
weth(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getDrop(address nftAddressview returns (struct Drop)
getDropPhase(address nftAddressview returns (uint8)
getDropRound(address nftAddressview returns (uint256)
getNumberMinted(address nftAddressaddress recipientview returns (uint256)
State-modifying
closeDrop(address nftAddress
configureDrop(address nftAddressstruct Drop drop
pause(bool status
purchase(address nftAddressaddress recipientuint256 numberToMintuint256 presaleNumberCanMintbytes32[] proofpayable returns (uint256 refundAmount)
renounceOwnership(
setProtocolFeeSettings(address newProtocolFeeReceiveruint256 newProtocolFee
setSanctionsOracle(address newOracle
setWethAddress(address newWethAddress
transferOwnership(address newOwner
updateDropAllowance(address nftAddressuint256 allowance
updateDropDecayRate(address nftAddressint256 decayRate
updateDropDuration(address nftAddressuint256 startTimeuint256 presaleDurationuint256 publicDuration
updateDropPayoutReceiver(address nftAddressaddress payoutReceiver
updateDropPresaleMerkleRoot(address nftAddressbytes32 presaleMerkleRoot
updateDropPrices(address nftAddressaddress currencyAddressuint256 presaleCostuint256 publicCost
Events
DropClosed(address indexed nftAddress
DropConfigured(address indexed nftAddressstruct Drop drop
DropUpdated(address indexed nftAddressstruct Drop drop
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ProtocolFeeUpdated(address indexed newProtocolFeeReceiveruint256 indexed newProtocolFee
Purchase(address indexed nftAddressaddress nftReceiveraddress currencyAddressuint256 amountuint256 priceint256 decayRatebool isPresale
SanctionsOracleUpdated(address indexed prevOracleaddress indexed newOracle
Unpaused(address account
WethUpdated(address indexed prevWethaddress indexed newWeth
Constructor
constructor(address initOwneraddress initSanctionsOracleaddress initWethAddressaddress initProtocolFeeReceiveruint256 initProtocolFee
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
AlreadyReachedMintAllowance(
DropAlreadyConfigured(
DropUpdateNotAllowed(
ETHTransferFailed(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InsufficentERC20Transfer(
InsufficientFunds(
InvalidBatchArguments(
InvalidDropSupply(
InvalidDropType(
InvalidPayoutReceiver(
MintZeroTokens(
NotAllowedForVelocityDrops(
NotApprovedMintContract(
NotDropAdmin(
NotOnAllowlist(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
SanctionedAddress(
YouShallNotMint(