TEARS FOR FUTURES

Verified contract

Proxy

Active on Ethereum with 1,054 txns
Deployed by via 0x4f029958 at 17547321
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
11 additional variables

No balances found for "TEARS FOR FUTURES"

0xc8c8cbcbc664f292273ad9dd7cd9d792f599ee2112d164da50f53cd61285f510
From
0x3ed1154851f9ed5892d7187d5f4e6efe208e3357c0f87f4dbf2d0a484db940b6
0x22783e0ea1e4ab7d9127f82bf88f8df17ecafe4beba0d1f74b1d6b6083aa9d04
0xd6a78dc14e742c3097c96830766fd34fa79e22b66446bd4529cf40d409bd2349
0x40014611eebb26fb073e3f7221c6e626e2c7bcafd46c185499ee2aa533ee6e89
0x33a170412008f8cb3eb8aaac8c224b5fc16395b7bb0fc404382c366738fb0438
0x2eb0cc93c64a7a99cc23d909ada2fac67a0bc8912ab44a4845e9eb78b8922b9e
0x51cdf13d37487c910755b51f0f475bf0ff104b8a4c5bc6af11ba2a1163056ede
0xbea1762934faa0d8caff7f9f0a4048ff8cd8989fba05bb3a497c056a40a8a8a9
0x3130c1aed374292c141513222f4aae7e70d6b824f04df1ad1260dcd2a527a431

Functions
Getter at block 20899323
getCurrentCost(view returns (uint256)
35000000000000000
getStatus(view returns (uint256 _costuint64 _phasebool _isPauseuint256 _totalSupply)
(_cost=35000000000000000, _phase=5, _isPause=true, _totalSupply=2800)
isBurnable(view returns (bool)
false
isPause(view returns (bool)
true
maxSupply(view returns (uint64)
2800
name(view returns (string)
TEARS FOR FUTURES
owner(view returns (address)
0xdd3ea5b4992b0a18277098f595e0f0bac09d9c8c
preCost(view returns (uint256)
25000000000000000
preCost2(view returns (uint256)
30000000000000000
publicCost(view returns (uint256)
35000000000000000
publicMaxPerTx(view returns (uint64)
10
salePhase(view returns (uint64)
5
symbol(view returns (string)
T4F
totalSupply(view returns (uint256)
2800
useAllowedPlatform(view returns (bool)
false
Read-only
allowedPlatform(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintedCount(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedLists(uint64addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address operatoruint256 tokenId
burn(uint256[] _burnTokenIds
externalPreMint(address _addressuint256 _mintAmountuint256 _maxCountbytes32[] _proofpayable 
externalPublicMint(address _addressuint256 _mintAmountpayable 
initialize(
ownerMint(address _addressuint256 count
preMint(uint256 _mintAmountuint256 _maxCountbytes32[] _proofpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowedExternalAddress(address addrbool enable
setAllowedPlatform(address operatorbool enable
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBurnable(bool _bool
setHiddenBaseURI(string _uri
setMaxSupply(uint64 _maxSupply
setMember(address memberbool enable
setMerkleRoot(bytes32 _merkleRoot1bytes32 _merkleRoot2bytes32 _merkleRoot3
setMintedCountPhase(
setPause(bool _bool
setPreCost(uint256 _preCost
setPreCost2(uint256 _preCost2
setPublicCost(uint256 _publicCost
setPublicMaxPerTx(uint64 _publicMaxPerTx
setReveal(bool _bool
setRoyaltyInfo(address _royaltyReceiveruint96 _feePercent
setSalePhase(uint64 _phase
setUseAllowedPlatform(bool enable
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAllowedPlatform(address operatorbool enable
SetMember(address memberbool enable
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
BurnCallerNotOwner(
CallerIsAnotherContract(
CallerIsNotTeam(
FailedWithdraw(
InvalidMerkleProof(
MaxSupplyOver(
MintAmountCannotBeZero(
MintAmountOver(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonexistentToken(
NotAllowedExternalAddress(
NotAllowedPlatform(
NotBurnable(
NotEnoughFunds(
NowPaused(
OperatorNotAllowed(address operator
OverMintLimit(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PresaleIsActive(
PresaleIsNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(