Steady Stack Titans
Verified contract
Active on
Ethereum with 7,970 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Steady Stack Titans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240014 | 10 days ago | | | 0 | 0.00044642444 | |
| 21106922 | a month ago | | | 0 | 0.00013310000 | |
| 21049644 | a month ago | | | 0 | 0.00022934327 | |
| 21018327 | a month ago | | | 0 | 0.00031652525 | |
| 20984044 | 2 months ago | | | 0 | 0.0021457650 | |
| 20983517 | 2 months ago | | | 0 | 0.00046530711 | |
| 20637961 | 3 months ago | | | 0 | 0.000029140800 | |
| 20637940 | 3 months ago | | | 0 | 0.000029624419 | |
| 20637939 | 3 months ago | | | 0 | 0.000029573288 | |
| 20624226 | 3 months ago | | | 0 | 0.000056565214 |
ABI
ABI objects
Getter at block 21314764
amountForDevs() view returns (uint256)
125
amountForSaleAndDev() view returns (uint256)
2125
getCurrentCost() view returns (uint256)
80000000000000000
maxPerAddressDuringMint() view returns (uint256)
125
maxPublicMintsPerTxn() view returns (uint256)
4
maxWhitelistMints() view returns (uint256)
0
minimumWhitelistAllocation() view returns (uint256)
0
name() view returns (string)
Steady Stack Titans
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xece290265497e03a75fe091bee3d9c8ef3df9188
publicSaleCost() view returns (uint256)
100000000000000000
saleStartTime() view returns (uint256)
0
symbol() view returns (string)
SSTITN
totalSupply() view returns (uint256)
2125
whitelistGroupWindow() view returns (uint256)
10800
whitelistSaleCost() view returns (uint256)
80000000000000000
whitelistStartTime() view returns (uint256)
1659477600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
upgradedNFTs(uint256) view returns (bool)
whitelistMints(address) view returns (uint256)
State-modifying
Events ERC20Withdraw(address tokenAddress)
addToWhitelistRootHash(bytes32 _hash)
approve(address to, uint256 tokenId)
clearWhitelist()
devMint(uint256 quantity, address _To)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPublicMints(uint256 _max)
setNFTUpgraded(uint256 tokenId)
setOwnersExplicit(uint256 quantity)
setPublicSaleCost(uint256 _cost)
setSaleStartTime(uint256 _time)
setTokenURILogic(address newContract)
setUpgradeLogic(address newContract)
setWhitelistSaleCost(uint256 _cost)
setWhitelistStartTime(uint256 _time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePayoutWallet(address newPayoutWallet)
upgradeNFT(uint256 tokenId)
whitelistMint(uint256 quantity, uint256 spotInWhitelist, uint256 maxMints, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForAuctionAndDev_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.