MTE By Ubi
Verified contract
Active on
Ethereum with 2,360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8cc8…24ad
Balances ($0.00)
No balances found for "MTE By Ubi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19373178 | 9 months ago | | | 0 | 0.0022716253 | |
| 18724411 | a year ago | | | 0 | 0.0023810458 | |
| 18534082 | a year ago | | | 0 | 0.0014974649 | |
| 18241225 | a year ago | | | 0 | 0.00036828031 | |
| 18241225 | a year ago | | | 0 | 0.00036895240 | |
| 18162603 | a year ago | | | 0 | 0.00041452857 | |
| 17559661 | a year ago | | | 0 | 0.00052084948 | |
| 17496094 | a year ago | | | 0 | 0.00063009417 | |
| 17496093 | a year ago | | | 0 | 0.00089445156 | |
| 17424454 | a year ago | | | 0 | 0.0012547648 |
ABI
ABI objects
Getter at block 21279445
CHOSEN_ONE() view returns (uint256)
1
FREE_MINT() view returns (uint256)
2
PREMIUM_MINT() view returns (uint256)
3
externalUrl() view returns (string)
onchainisthefuture.com
isUnlocked() view returns (bool)
true
maxSupply() view returns (uint256)
1250
metadata() view returns (address)
0x8cc893186858cd03b3436163ede7434c68b024ad
name() view returns (string)
MTE By Ubi
owner() view returns (address)
0xcc75b349c5a9e455497a601cc3a290574521a66a
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
MTE
totalSupply() view returns (uint256)
1250
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
h1dd3n(string secretKey) view returns (string)
hasClaimed(address) view returns (bool)
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 tokenId)
tokenTypes(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint8 amount_) payable
renounceOwnership()
reveal(address revealOnChainMetadataAddr_)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setExternalUrl(string externalUrl_)
setName(string name_)
setSymbol(string symbol_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unlock(string secret)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlocked(address user)
constructor(string name_, string symbol_, address metadataAddr_, bytes32 secretHash_, bytes hiddenLore_, uint256 maxSupply_, uint256 price_, string externalUrl_)
This contract contains no fallback and receive objects.
AlreadyClaimed()
AlreadyUnlocked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
IndexOutOfBounds()
InsufficientFunds()
InvalidAmount()
InvalidSecret()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotUnlockedYet()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
QueryForZeroAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()