Elder Torch
Verified contract
Active on
Ethereum with 16,115 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x905a…51bf
Balances ($0.00)
No balances found for "Elder Torch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20981906 | a month ago | | | 0 | 0.00024525270 | |
| 20653606 | 3 months ago | | | 0 | 0.000014269185 | |
| 20506521 | 3 months ago | | | 0 | 0.000064047038 | |
| 20290856 | 4 months ago | | | 0 | 0.00014837846 | |
| 20262725 | 5 months ago | | | 0 | 0.00015437860 | |
| 20106373 | 5 months ago | | | 0 | 0.000087784572 | |
| 20099920 | 5 months ago | | | 0 | 0.000090083488 | |
| 20067217 | 5 months ago | | | 0 | 0.00015956240 | |
| 19748286 | 7 months ago | | | 0 | 0.00019632836 | |
| 19748286 | 7 months ago | | | 0 | 0.00019699407 |
ABI
ABI objects
Getter at block 21260923
MAX_FREESUPPLY() view returns (uint256)
8000
MAX_SUPPLY() view returns (uint256)
9900
MAX_TOTALSUPPLY() view returns (uint256)
10000
PublicSaleTime() view returns (uint256)
1657076400
SaleTime() view returns (uint256)
1657065600
baseExtension() view returns (string)
.json
freeAmount() view returns (uint256)
8000
getBalance() view returns (uint256)
0
getFreeQuantity() view returns (uint256)
0
getMintQuantity() view returns (uint256)
0
getPaymentQuantity() view returns (uint256)
0
maxBalance() view returns (uint256)
5
maxFreeMint() view returns (uint256)
2
mintPrice() view returns (uint256)
16000000000000000
name() view returns (string)
Elder Torch
notRevealedUri() view returns (string)
https://cdn.monstercave.wtf/ipfs/torch.json
owner() view returns (address)
0xa38ee2b152028ad30adc0248b5c758e58a87524c
paymentAmount() view returns (uint256)
1900
revealed() view returns (bool)
true
symbol() view returns (string)
totalSupply() view returns (uint256)
9900
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipReveal()
mintElderTorch(uint256 tokenQuantity, string signedMessage) payable
renounceOwnership()
safeMint(address to, uint256 tokenQuantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMintPrice(uint256 _mintPrice)
setNotRevealedURI(string _notRevealedURI)
setProofContract(address _address)
setPublicSaleTime(uint256 _timestamp)
setSaleTime(uint256 _timestamp)
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)
mintPayable(address from, address to, uint256 amount, uint256 tokenQuantity)
constructor(string initBaseURI, string initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()