More Than Degen
Verified contract
Active on
Ethereum with 672 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 "More Than Degen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17966883 | a year ago | | | 0 | 0.00070324419 | |
| 16992816 | 2 years ago | | | 0 | 0.00056173128 | |
| 16597323 | 2 years ago | | | 0 | 0.0010273047 | |
| 15816289 | 2 years ago | | | 0 | 0.00049418270 | |
| 15606953 | 2 years ago | | | 0 | 0.00013176278 | |
| 15557130 | 2 years ago | | | 0 | 0.00017633655 | |
| 15421149 | 2 years ago | | | 0 | 0.00043221926 | |
| 15380661 | 2 years ago | | | 0 | 0.00020370899 | |
| 15349036 | 2 years ago | | | 0 | 0.00029587075 | |
| 15348171 | 2 years ago | | | 0 | 0.0012727131 |
ABI
ABI objects
Getter at block 21409164
freeMintMerkleRoot() view returns (bytes32)
0x55d47d0e3e05f97bb54957a7e69c60962c6b2bfa201aa477cc970bf37571ffb7
freeTokens() view returns (uint256)
300
maxFreeMints() view returns (uint256)
1
maxTokens() view returns (uint256)
5000
name() view returns (string)
More Than Degen
notRevealedJson() view returns (string)
ipfs://bafybeiezpvsic4i27qrf6ewemq5si5qjjl7prn5wv4s3dw4jdfws6bhuiy/
owner() view returns (address)
0xa60ed1967e8acfd7cfd24f552bdc275378edbfdd
paused() view returns (bool)
false
price() view returns (uint256)
2900000000000000
revealed() view returns (bool)
true
saleState() view returns (uint8)
2
symbol() view returns (string)
MTD
totalSupply() view returns (uint256)
5000
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)
freeMint(uint256 _amount, bytes32[] _merkleProof)
mint(uint256 _amount) payable
pause()
renounceOwnership()
revealTokens(string _ipfsCID)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMintMerkleRoot(bytes32 _merkleRoot)
setMaxFreeMints(uint256 _amount)
setPrice(uint256 _newPrice)
setSaleState(uint256 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawBalance()
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)
Paused(address account)
PriceChange(uint256 _newPrice)
SaleStateChange(uint256 _newState)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()