Mochi Mo

Verified contract

Active on Ethereum with 6,486 txns
Deployed by via 0xcd44744f at 15913545
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Mochi Mo"

0x1bf474fa9488f375eb5494d5d6e4f992ec62917707b6aee09844993922d705ef
0xfd3c3f9ce046adb5b7dc219ab1704f4827859264619edbeef0257aeb1cabca06
0x1f62f82352decbf059d5268ae90d25cc221263f2dc384f519aa4fffa6e4cedf0
From
0x522d62ea2ee733b3bb7d9dbff621169cb88560d638448bcaedd8de13f6c40c67
0x5457dc698d8ee624f52365cdfcf6319d3ced924bc774591ce0d74376c3737002
0x883ee356c99ea79536acf8b8460d50ddc188142d4c47bb7c02c77cbb1b7b0b21
0xb1d64261f28e5078c385febb59ab385db97ab447309b5a1da4fedb102a9e8e65
0x07a00b6156c4e47fbf2ccd041b85df86a34aabb0f1f90d0c5e8d5279a532ca04
0x33a4438241a11926815a41e4bcef4af29f8e7462506dfcde8eb61a493d8f2279
0x966bc2f33a64cbdaf4327c99c2e0c416d4afdf72d10c43dcd4828ab37f62d367

Functions
Getter at block 20906539
MAX_MINT_PUBLIC(view returns (uint256)
3
MAX_MINT_VIP(view returns (uint256)
1
MAX_MINT_WHITELIST(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
4444
VIP_SUPPLY(view returns (uint256)
222
WHITELIST_SUPPLY(view returns (uint256)
3111
baseURI(view returns (string)
ipfs://QmVGUGehej7jwwrgCQLqjeDwVSErzA66qMVK6od9f7QgNd/
mintPricePublic(view returns (uint256)
15000000000000000
mintPriceWhitelist(view returns (uint256)
9000000000000000
mintStatus(view returns (uint8)
3
name(view returns (string)
Mochi Mo
owner(view returns (address)
0x80a1f8935d0c880b7f718d611dabe90a4bc20d7f
symbol(view returns (string)
MM
teamSupply(view returns (uint256)
30
totalReleased(view returns (uint256)
44279000000000000000
totalShares(view returns (uint256)
1000
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
mintPublic(uint256 amountpayable 
mintTeam(address _recipient
mintVip(uint256 amountbytes signature
mintWhitelist(uint256 amountbytes signaturepayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMintPricePublic(uint256 _newMintPricePublic
setMintPriceWhitelist(uint256 _newMintPriceWhitelist
setMintStatus(uint256 _status
setSignerAddressVip(address _newSignerAddressVip
setSignerAddressWhitelist(address _newSignerAddressWhitelist
setTeamSupply(uint256 _newTeamSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initialBaseURIaddress signerAddressWhitelist_address signerAddressVip_address[] paymentsuint256[] shares
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(