Dented Feels Mood Swings
Verified contract
Active on
Ethereum with 1,991 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dented Feels Mood Swings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169459 | 3 days ago | | | 0 | 0.0013983094 | |
| 21130081 | 9 days ago | | | 0 | 0.00066407958 | |
| 21125198 | 9 days ago | | | 0 | 0.00089704494 | |
| 21039201 | 21 days ago | | | 0 | 0.00029814601 | |
| 21032368 | 22 days ago | | | 0 | 0.00047040684 | |
| 21024084 | 24 days ago | | | 0 | 0.00030569585 | |
| 21024066 | 24 days ago | | | 0 | 0.00031325433 | |
| 20621310 | 3 months ago | | | 0 | 0.00027352524 | |
| 20556808 | 3 months ago | | | 0 | 0.00013380953 | |
| 20481210 | 3 months ago | | | 0 | 0.000050903370 |
ABI
ABI objects
Getter at block 21192977
baseURI() view returns (string)
https://dentedfeelsapi.siliconholler.io:3000/getTokenMetaDataRaw/DFMS/
getTokenCount() view returns (uint256)
1526
limitPerTicket() view returns (uint256)
1
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
1526
merkleRoot() view returns (bytes32)
0xf3c6355ca901b03b0ff000dfb3c9b8b28620569998f8a5d34d124892e5b4ca4e
name() view returns (string)
Dented Feels Mood Swings
owner() view returns (address)
0x7eaa51b10e6fe59d5ee0171d08d074a108c0c658
paused() view returns (bool)
true
symbol() view returns (string)
DFMS
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)
ticketMintedBalance(string) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(string _ticket, bytes32[] _merkleProof, uint256 _mintAmount) payable
pause()
renounceOwnership()
reserveTokens(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPerTicketLimit(uint256 _limit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.