Mochi Mo

Verified contract

Active on Ethereum with 6,490 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"

0x6f4054940f3867b6c633a2d5a726e5a4bbda585f529394147862830e012c73c7
0xd408677b7f39a425786a68a293a77fa3872f950841c41bf5ae722ce783ada29b
0xf1739a6a276d85189a0d38b4bd362f939239086db442dd464d44e3987de0331f
From
0x44c93d1ed35fe0275f26b655ce56f3d884f927dc60bb00a984fbc576d3337146
0x1bf474fa9488f375eb5494d5d6e4f992ec62917707b6aee09844993922d705ef
0xfd3c3f9ce046adb5b7dc219ab1704f4827859264619edbeef0257aeb1cabca06
0x1f62f82352decbf059d5268ae90d25cc221263f2dc384f519aa4fffa6e4cedf0
From
0x522d62ea2ee733b3bb7d9dbff621169cb88560d638448bcaedd8de13f6c40c67
0x5457dc698d8ee624f52365cdfcf6319d3ced924bc774591ce0d74376c3737002
0x883ee356c99ea79536acf8b8460d50ddc188142d4c47bb7c02c77cbb1b7b0b21

Functions
Getter at block 21297504
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(