TLStacks721
Verified contract
Active on
Ethereum with 962 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x40c5…c8fb
Balances ($0.00)
No balances found for "TLStacks721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289131 | 19 hours ago | | | 3.0009 | 0.0023953200 | |
| 21289091 | 19 hours ago | | | 0 | 0.0025418609 | |
| 21289051 | 19 hours ago | | | 0 | 0.00087516296 | |
| 21288088 | a day ago | | | 0 | 0.0055212271 | |
| 21282877 | 2 days ago | | | 0 | 0.0034297092 | |
| 21254579 | 6 days ago | | | 0.0859 | 0.0029925273 | |
| 21252805 | 6 days ago | | | 6.9009 | 0.0039183892 | |
| 21247337 | 7 days ago | | | 0 | 0.0034320237 | |
| 21246116 | 7 days ago | | | 0.1429 | 0.0058830811 | |
| 21245954 | 7 days ago | | | 0 | 0.0055796012 |
ABI
ABI objects
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 nftAddress) view returns (struct Drop)
getDropPhase(address nftAddress) view returns (uint8)
getDropRound(address nftAddress) view returns (uint256)
getNumberMinted(address nftAddress, address recipient) view returns (uint256)
State-modifying
Events closeDrop(address nftAddress)
configureDrop(address nftAddress, struct Drop drop)
pause(bool status)
purchase(address nftAddress, address recipient, uint256 numberToMint, uint256 presaleNumberCanMint, bytes32[] proof) payable returns (uint256 refundAmount)
renounceOwnership()
setProtocolFeeSettings(address newProtocolFeeReceiver, uint256 newProtocolFee)
setSanctionsOracle(address newOracle)
setWethAddress(address newWethAddress)
transferOwnership(address newOwner)
updateDropAllowance(address nftAddress, uint256 allowance)
updateDropDecayRate(address nftAddress, int256 decayRate)
updateDropDuration(address nftAddress, uint256 startTime, uint256 presaleDuration, uint256 publicDuration)
updateDropPayoutReceiver(address nftAddress, address payoutReceiver)
updateDropPresaleMerkleRoot(address nftAddress, bytes32 presaleMerkleRoot)
updateDropPrices(address nftAddress, address currencyAddress, uint256 presaleCost, uint256 publicCost)
DropClosed(address indexed nftAddress)
DropConfigured(address indexed nftAddress, struct Drop drop)
DropUpdated(address indexed nftAddress, struct Drop drop)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProtocolFeeUpdated(address indexed newProtocolFeeReceiver, uint256 indexed newProtocolFee)
Purchase(address indexed nftAddress, address nftReceiver, address currencyAddress, uint256 amount, uint256 price, int256 decayRate, bool isPresale)
SanctionsOracleUpdated(address indexed prevOracle, address indexed newOracle)
Unpaused(address account)
WethUpdated(address indexed prevWeth, address indexed newWeth)
constructor(address initOwner, address initSanctionsOracle, address initWethAddress, address initProtocolFeeReceiver, uint256 initProtocolFee)
This contract contains no fallback and receive objects.
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()