The Vogu: MUTTS
Verified contract
Active on
Ethereum with 2,993 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x18c7…410b
Balances ($0.00)
No balances found for "The Vogu: MUTTS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099820 | a month ago | | | 0 | 0.00019648510 | |
| 20683565 | 3 months ago | | | 0 | 0.00013694917 | |
| 20624561 | 3 months ago | | | 0 | 0.000039554321 | |
| 20616498 | 3 months ago | | | 0 | 0.000075031137 | |
| 20130001 | 5 months ago | | | 0 | 0.00032878646 | |
| 20111213 | 5 months ago | | | 0 | 0.00036210099 | |
| 20095282 | 5 months ago | | | 0 | 0.00020852429 | |
| 20030170 | 6 months ago | | | 0 | 0.00087164044 | |
| 19856744 | 7 months ago | | | 0 | 0.00015788141 | |
| 19856613 | 7 months ago | | | 0 | 0.00035057790 |
ABI
ABI objects
Getter at block 21290869
PROVENANCE() view returns (string)
claimIsActive() view returns (bool)
false
name() view returns (string)
The Vogu: MUTTS
owner() view returns (address)
0x7ae824a395ec63680404741c2aad25c9bc824df0
symbol() view returns (string)
MUTTS
totalSupply() view returns (uint256)
5627
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) 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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 startingIndex, uint256 numberOfTokens)
claimAll()
claimByTokenIds(uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setClaimState(bool newState)
setProvenanceHash(string provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address parentAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.