MintersWorld
Verified contract
Active on
Ethereum with 4,110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "MintersWorld"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188236 | 11 days ago | | | 0 | 0.0029044545 | |
| 21188232 | 11 days ago | | | 0 | 0.0023291707 | |
| 21184733 | 11 days ago | | | 0 | 0.0013688175 | |
| 21108139 | 22 days ago | | | 0 | 0.00081601798 | |
| 21105591 | 22 days ago | | | 0 | 0.000095146809 | |
| 21105583 | 22 days ago | | | 0 | 0.000072732988 | |
| 21102664 | 22 days ago | | | 0 | 0.00010196760 | |
| 21102188 | 23 days ago | | | 0 | 0.00013080554 | |
| 21080692 | a month ago | | | 0 | 0.00040281150 | |
| 21022650 | a month ago | | | 0 | 0.00096568633 |
ABI
ABI objects
Getter at block 21263684
COLLECTION_SUPPLY() view returns (uint256)
10000
MAX_MINT_AMM() view returns (uint256)
3
MINT_PRICE() view returns (uint256)
50000000000000000
PRESALE_SUPPLY() view returns (uint256)
3500
TEAM_ONE_ON_ONES() view returns (uint256)
6
TEAM_TREASURY() view returns (uint256)
500
TREASURY_BATCHES_TO_BE_CLAIMED() view returns (uint256)
10
TREASURY_LEFT() view returns (uint256)
250
baseExtension() view returns (string)
.json
contractActive() view returns (bool)
false
name() view returns (string)
MintersWorld
oneOnOnesClaimed() view returns (bool)
false
owner() view returns (address)
0x56e380e2a76a35eb8f6caf8b03d085c786e0d436
presaleActive() view returns (bool)
true
root() view returns (bytes32)
0x696f6c227bbe03f66e9be55434bcb961603ccbd550fc7a210528808c3833b9fe
symbol() view returns (string)
MTR
totalSupply() view returns (uint256)
2911
treasuryClaimed() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) 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)
changeBatchCount(uint8 size)
claimOneOnOnes()
claimTeamTreasury()
mintPresale(bytes32[] proof) payable
mintPublicSale(uint256 amount) payable
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)
setRoot(bytes32 newRoot)
toggleContract(bool state)
togglePresale(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 InitBaseURI, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.