MinitaursReborn
Verified contract
Active on
Ethereum with 3,281 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0222…9594
Balances ($0.00)
No balances found for "MinitaursReborn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135842 | a month ago | | | 0 | 0.00078544460 | |
| 20671915 | 3 months ago | | | 0 | 0.00010317564 | |
| 20260261 | 5 months ago | | | 0 | 0.00011666932 | |
| 20145286 | 5 months ago | | | 0 | 0.000092166000 | |
| 20038609 | 6 months ago | | | 0 | 0.00058283200 | |
| 20017677 | 6 months ago | | | 0 | 0.00027567022 | |
| 20017652 | 6 months ago | | | 0 | 0.00056142598 | |
| 20017568 | 6 months ago | | | 0 | 0.00050736617 | |
| 20009567 | 6 months ago | | | 0 | 0.00040233786 | |
| 19929523 | 6 months ago | | | 0 | 0.00030579862 |
ABI
ABI objects
Getter at block 21330981
baseURI() view returns (string)
ipfs://QmTNfGQYZu8nHWD2mXqDGUuKAd9vwgq964WHH53xENWY4p/
name() view returns (string)
MinitaursReborn
owner() view returns (address)
0xe9e9206b598f6fc95e006684fe432f100e876110
publicSaleActive() view returns (bool)
true
supplyLimit() view returns (uint256)
3333
symbol() view returns (string)
MINI
totalSupply() view returns (uint256)
3333
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)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 numberOfTokens)
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)
setRoyalties(address recipient, uint256 value)
togglePublicSaleActive()
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(string inputBaseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.