Stringify(door)
Verified contract
Active on
Ethereum with 6,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Stringify(door)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106115 | 23 days ago | | | 0 | 0.00012644626 | |
| 21106115 | 23 days ago | | | 0 | 0.00012644626 | |
| 21106113 | 23 days ago | | | 0 | 0.00012063359 | |
| 21101420 | 24 days ago | | | 0 | 0.00026853120 | |
| 20887071 | 2 months ago | | | 0 | 0.00029868882 | |
| 20887071 | 2 months ago | | | 0 | 0.00029814141 | |
| 20887071 | 2 months ago | | | 0 | 0.00029710876 | |
| 20836555 | 2 months ago | | | 0 | 0.0012121374 | |
| 20781596 | 2 months ago | | | 0 | 0.00058491305 | |
| 20710752 | 3 months ago | | | 0 | 0.000027517413 |
ABI
ABI objects
Getter at block 21274130
MINT_PRICE() view returns (uint256)
20000000000000000
maxSupply() view returns (uint256)
10000
mintIsActive() view returns (bool)
false
name() view returns (string)
Stringify(door)
owner() view returns (address)
0x048fd2bc0621c3d60ae5d279aadd52ed1a7f41fb
presaleMintIsActive() view returns (bool)
false
symbol() view returns (string)
S
theDoorIsOpen() view returns (bool)
true
totalSupply() view returns (uint256)
7500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
flipMintState()
flipPresaleMintState()
mint(uint256 numberOfTokens) payable
openTheDoor(string[3] _lastPuzzlePieces)
presaleMint(uint256 numberOfTokens, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrivateKeys(address[3] keys)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.