m0nacore

Verified contract

Active on Ethereum with 680 txns
Deployed by via 0x3a74edcb at 18101868
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots

No balances found for "m0nacore"

0x66f551fd28765ffb7b9eb527dc9b5afb10502614eb7fb960b8815d10f8788982
0x5c74a6e9ebcc33ff5e1994bf69bb9cf3e54cffc7cf29d0f4343b0d0bc9357301
0x14b803123a39af11a6313d348b76a6d08d6be64639b346689c6b49eaa04275dc
0x9e6d8fdf308fcc6ce0facb2e07555f768be4a0b1f3663374a262d1585644faf1
0xdff4f5603cdad82b8b906676809d8838c591ef4e79d8c4a0858adfd8e6b35407
0x681561ee9b63d5cf4710801b638be3e29478915f876881cb17461d808c845637
0xf7fa0fe87eb68d60dcae78d33575c2332c59666fa6db0ca2bb2500228b181137
0x0c27134c9913cedb2023c00cecb03943fb169d5ac430f13146468565045c609e
0x5662196a0d784a21f4c93bdaa844b2aded72d83208bbc0bb88fbcb135751128d
0x4714b19d067b04c374c4b843bcfe4b31ac88fbf3192fa1ee0a96fbda2d6dcd28

Functions
Getter at block 21388738
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI(view returns (string)
ipfs://bafybeicni3mxh7yjtknpnlqbz7p3mzqcryqm7or3g5nmr7z2ruebm4ykhe/
mintRules(view returns (uint256 supplyuint256 maxPerWalletuint256 freePerWalletuint256 price)
(supply=1666, maxPerWallet=7, freePerWallet=0, price=5000000000000000)
name(view returns (string)
m0nacore
owner(view returns (address)
0x6a685199dc9f9b134c8dba462e9a8d6df83b3103
symbol(view returns (string)
c0re
totalMinted(view returns (uint256)
1666
totalReleased(view returns (uint256)
2052300000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1666
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address _touint256 _amount
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _quantitypayable 
mint(uint256 _quantityuint256 _freeQuantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setMerkleRoot(bytes32 _root
setMintRules(struct ERC721DropMintRules _mintRules
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
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(address[] _payeesuint256[] _shares
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidEtherValue(
InvalidProof(
InvalidQueryRange(
MaxPerWalletOverflow(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TotalSupplyOverflow(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(