MetaTrustDAO
Verified contract
Active on
Ethereum with 2,350 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 "MetaTrustDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210361 | 3 days ago | | | 0 | 0.00089201775 | |
| 21136645 | 13 days ago | | | 0 | 0.0011175156 | |
| 21136642 | 13 days ago | | | 0 | 0.0015621298 | |
| 21136640 | 13 days ago | | | 0 | 0.0015807532 | |
| 21136636 | 13 days ago | | | 0 | 0.0015230016 | |
| 21136634 | 13 days ago | | | 0 | 0.0014693558 | |
| 21136631 | 13 days ago | | | 0 | 0.00099850817 | |
| 21136578 | 13 days ago | | | 0 | 0.0015480153 | |
| 21136571 | 13 days ago | | | 0 | 0.0016488777 | |
| 21136569 | 13 days ago | | | 0 | 0.0017053963 |
ABI
ABI objects
Getter at block 21228557
DEV_AMOUNT() view returns (uint256)
722
MAX_BATCH() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
5000
MINT_PRICE_ETH() view returns (uint256)
30000000000000000
PAYMENT_ADDRESS() view returns (address)
0xb92376fe898d899e636748d1e9a5f3fc779efef0
name() view returns (string)
MetaTrustDAO
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xb92376fe898d899e636748d1e9a5f3fc779efef0
publicSale() view returns (bool)
true
symbol() view returns (string)
MTD
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
devMint(address _to, uint256 quantity)
publicSaleMint(uint256 quantity) 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 baseURI)
setOwnersExplicit(uint256 quantity)
setPublicSale(bool isPublic)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.