MNLTHSKIN
Verified contract
Active on
Ethereum with 13,138 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 "MNLTHSKIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276904 | a day ago | | | 0 | 0.00034528320 | |
| 21266817 | 2 days ago | | | 0 | 0.00084254052 | |
| 21263723 | 3 days ago | | | 0 | 0.00043149620 | |
| 21241292 | 6 days ago | | | 0 | 0.00042434261 | |
| 21241246 | 6 days ago | | | 0 | 0.00049160217 | |
| 21238576 | 6 days ago | | | 0 | 0.00097588031 | |
| 21223957 | 8 days ago | | | 0 | 0.0010222551 | |
| 21209484 | 10 days ago | | | 0 | 0.00059693563 | |
| 21203726 | 11 days ago | | | 0 | 0.00049189887 | |
| 21172401 | 16 days ago | | | 0 | 0.0012013422 |
ABI
ABI objects
Getter at block 21283802
owner() view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
Read-only
authorizedContract(address) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
equipSkin(address contractAdress, uint256 dunkId, uint256 vialId)
mint(address receiver) returns (uint256)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
skinUnequipped(uint256 id, address owner)
toggleAuthorizedContract(address contractAddress)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
newVial(uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.