MNLTHRVLD
Verified contract
Active on
Ethereum with 20,769 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 "MNLTHRVLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260779 | 16 hours ago | | | 0 | 0.00040073900 | |
| 21240808 | 3 days ago | | | 0 | 0.00051228029 | |
| 21238586 | 4 days ago | | | 0 | 0.00093656822 | |
| 21235292 | 4 days ago | | | 0 | 0.00046276490 | |
| 21230263 | 5 days ago | | | 0 | 0.0012390347 | |
| 21218379 | 7 days ago | | | 0 | 0.0010052875 | |
| 21205365 | 8 days ago | | | 0 | 0.00043889364 | |
| 21200192 | 9 days ago | | | 0 | 0.00066061303 | |
| 21192964 | 10 days ago | | | 0 | 0.00061049780 | |
| 21176926 | 12 days ago | | | 0 | 0.00089007221 |
ABI
ABI objects
Getter at block 21265542
_tokenUri() view returns (string)
contractLocked() view returns (bool)
false
name() view returns (string)
MNLTHRVLD
owner() view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
symbol() view returns (string)
MNLTHRVLD
totalSupply() view returns (uint256)
16196
Read-only
balanceOf(address owner) view returns (uint256)
equippedSkin(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getEquippedSkin(uint256 dunkId) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
equipSkin(uint256 dunkId, uint256 vialId)
lockContract()
mintTransfer(address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secureBaseUri(string newUri)
setApprovalForAll(address operator, bool approved)
setMnlthAddress(address newAddress)
setNewMnlthAddress(address newAddress)
setVialAddress(address newAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unequipSkin(uint256 tokenId)
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.