MinterTokenXYZ
Verified contract
Active on
Ethereum with 8,344 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 "MinterTokenXYZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176400 | 5 days ago | | | 0 | 0.0011446651 | |
| 21027550 | a month ago | | | 0 | 0.00025413995 | |
| 20982119 | a month ago | | | 0 | 0.00022725573 | |
| 20783831 | 2 months ago | | | 0 | 0.00043352482 | |
| 20551808 | 3 months ago | | | 0 | 0.000022361939 | |
| 20551630 | 3 months ago | | | 0 | 0.000019468000 | |
| 20503181 | 3 months ago | | | 0 | 0.000032479250 | |
| 20351610 | 4 months ago | | | 0 | 0.000064541970 | |
| 20320223 | 4 months ago | | | 0 | 0.00052144649 | |
| 20320214 | 4 months ago | | | 0 | 0.00051705761 |
ABI
ABI objects
Getter at block 21215118
name() view returns (string)
MinterTokenXYZ
owner() view returns (address)
0x1075266c86cd9b1b021af63e09102af3d2dcbdb7
signerAddress() view returns (address)
0xb403d77946b4ac4fc7ca2ee1059e73f1b72d6e93
symbol() view returns (string)
MTXYZ
totalSupply() view returns (uint256)
7868
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)
viewDiamondHands1155(address owner, address contractAdd, uint256 tokenId) view returns (bool)
viewDiamondHands721(address owner, address contractAdd) view returns (bool)
viewMinterCount(address owner, address contractAdd) view returns (uint256)
viewTokenProvenance(uint256 tokenId) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
createMinterToken(bytes signature, address contractAddress, uint256 contractToken, string uri, address recipient)
flipContractState(address contractAddress, string contractURI) returns (string)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI) returns (string)
setSignerAddress(address newSignerAddress) returns (address)
setTokenURI(uint256 tokenId, string newURI) returns (string)
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)
MinterTokenEmitted(address tokenMinter, uint256 mintedTokenId, address minterContractAddress, uint256 mintedTokenID)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.