TimeTrollsNFT

Verified contract

Active on Ethereum with 668 txns
Deployed by via 0x62726a00 at 16902578
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional variables

No balances found for "TimeTrollsNFT"

0x14933c28447779dcfedcdefb92fcccc88742875e2b930f069c4354a42962d062
0xf982538aef614990e595112c84b047e2e98a8bf95336552a1c5ab731608428be
0x4aa9143517760b1abf755a6c00878b285666ff6dc801208586b6a2dd218fc027
0x12f62b91a45861f166a939a4e1547f7ecb2954c1ed6d219e7600c3a9c204b9e7
0xb22b5b84c2ba825dbd2bc1a9e1dffc9eaa6fd098b56369012a3122bfa9acc474
From
0x0870f4646948eccb9398461ca43465708ba0a8d21cdddce03ec61ef4bcf814da
0xf0bcca2bad5b6ecf7b01681eecd56b6815970a022a920730a9b8a231be16ddcf
0xfe900c12946de86b26f3fe09d1f558f4b93e3cdd3cc521fceeb65ec7a3ad081c
0x5208d668563a9aef8f7a4794c8a83abafaf61f00537d431e8a6c420c429bea33
0x0a19102f4de57b06ea71723f7c5e3bdcd81866d449772ccaf0421e80c8b286a3

Functions
Getter at block 20904752
CONTRACT_VERSION(view returns (uint8)
2
EARLY_MINT_PRICE(view returns (uint256)
0
MAX_WALLET_MINTS(view returns (uint256)
100
PRICE(view returns (uint256)
0
PROVIDER_FEE(view returns (uint256)
777000000000000
_baseTokenExtension(view returns (string)
no.com
_baseTokenURI(view returns (string)
https://no.com
baseTokenURI(view returns (string)
https://no.com
collectionSize(view returns (uint256)
10000
contractURI(pure returns (string)
https://metadata.mintplex.xyz/AAnW6Huj6ZU75zahuDXG/contract-metadata
currentTokenId(view returns (uint256)
10000
earlyMintOwnershipCap(view returns (uint256)
1
erc20Payable(view returns (address)
0xbecd35f4d30fa0e083a44497211efd9e3c0b0b1e
getNextTokenId(view returns (uint256)
10001
isRevealed(view returns (bool)
true
maxBatchSize(view returns (uint256)
20
merkleRoot(view returns (bytes32)
0xa6fc16d9597912481f69fb6ccc204bee2973615418d9ea8960ffc4a0f75b9969
mintingOpen(view returns (bool)
true
name(view returns (string)
TimeTrollsNFT
nextOwnerToExplicitlySet(view returns (uint256)
0
onlyAllowlistMode(view returns (bool)
false
onlyERC20MintingMode(view returns (bool)
false
owner(view returns (address)
0xbecd35f4d30fa0e083a44497211efd9e3c0b0b1e
payableAddressCount(view returns (uint256)
1
strictPricing(view returns (bool)
true
symbol(view returns (string)
TIME
totalSupply(view returns (uint256)
10000
usingEarlyMintIncentive(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
canMintAmount(address _addressuint256 _amountview returns (bool)
chargeAmountForERC20(address _erc20TokenContractview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 _countaddress _toview returns (uint256)
inTeam(address _addressview returns (bool)
isAllowlisted(address _tobytes32[] _merkleProofview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isApprovedForERC20Payments(address _erc20TokenContractview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payableAddresses(uint256view returns (address)
payableFees(uint256view returns (uint256)
restrictedApprovalAddresses(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addOrUpdateERC20ContractAsPayment(address _erc20TokenContractbool _isActiveuint256 _chargeAmountInTokens
addToTeam(address _address
approve(address touint256 tokenId
closeAllowlistMint(
disableAllowlistOnlyMode(
disableERC20ContractAsPayment(address _erc20TokenContract
disableERC20OnlyMinting(
disableEarlyMintIncentive(
enableAllowlistOnlyMode(
enableERC20ContractAsPayment(address _erc20TokenContract
enableERC20OnlyMinting(
enableEarlyMintIncentive(
mintToAdminV2(address _touint256 _qty
mintToMultiple(address _touint256 _amountpayable 
mintToMultipleAL(address _touint256 _amountbytes32[] _merkleProofpayable 
mintToMultipleERC20(address _touint256 _amountaddress _erc20TokenContractpayable 
mintToMultipleERC20AL(address _touint256 _amountbytes32[] _merkleProofaddress _erc20TokenContractpayable 
openAllowlistMint(
openMinting(
removeFromTeam(address _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setApprovalRestriction(address _addressbool _isRestricted
setBaseTokenExtension(string baseExtension
setBaseURI(string baseURI
setERC20PayableAddress(address _newErc20Payable
setEarlyIncentivePrice(uint256 _feeInWei
setEarlyMintOwnershipCap(uint256 _newCap
setMaxMint(uint256 _newMaxMint
setPrice(uint256 _feeInWei
setProviderFee(uint256 _fee
setStrictPricing(bool _newStatus
setWalletMax(uint256 _newWalletMax
stopMinting(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unveil(string _updatedTokenURI
updateMerkleRoot(bytes32 _newMerkleRoot
withdrawAll(
withdrawERC20(address _tokenContractuint256 _amountToWithdraw
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressNotAllowlisted(
AllowlistMintClosed(
CannotBeNullAddress(
CapExceeded(
DuplicateTeamAddress(
ERC20InsufficientAllowance(
ERC20InsufficientBalance(
ERC20TokenNotApproved(
ERC20TransferFailed(
ERC721RestrictedApprovalAddressRestricted(
ExcessiveOwnedMints(
InvalidPayment(
InvalidTeamAddress(
IsAlreadyUnveiled(
MintZeroQuantity(
NoStateChange(
NotMaintainer(
OnlyERC20MintingEnabled(
OperatorNotAllowed(address operator
PublicMintClosed(
TransactionCapExceeded(
ValueCannotBeZero(