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 "MoBuDao"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16302750 | 2 years ago | | | 0 | 0.00084459916 | |
| 14864436 | 2 years ago | | | 0 | 0.00082135728 | |
| 14682527 | 3 years ago | | | 0 | 0.0013192244 | |
| 14673991 | 3 years ago | | | 0 | 0.0047409428 | |
| 14637985 | 3 years ago | | | 0 | 0.00099739897 | |
| 14625426 | 3 years ago | | | 0 | 0.0030274890 | |
| 14625371 | 3 years ago | | | 0 | 0.0016386362 | |
| 14625050 | 3 years ago | | | 0.078 | 0.0053256671 | |
| 14624076 | 3 years ago | | | 0.039 | 0.0049852162 | |
| 14623752 | 3 years ago | | | 0 | 0.0027838800 |
ABI
ABI objects
Getter at block 21219671
MAX_SUPPLY() view returns (uint16)
6969
MINT_PRICE() view returns (uint240)
39000000000000000
STAGE_SUPPLY() view returns (uint16)
969
name() view returns (string)
MoBuDao
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xd7007172514befeba24840a90a0640af735f7fc1
symbol() view returns (string)
MBD
totalSupply() view returns (uint256)
641
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)
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)
mint(uint256 amount) payable
renounceOwnership()
reserve(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setStageInfo(struct MoBuDaoStageInfo newStageInfo)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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, struct MoBuDaoStageInfo _stageInfo)
This contract contains no fallback and receive objects.
This contract contains no error objects.