Milady Colombia

Verified contract

Active on Ethereum with 811 txns
Deployed by via 0x213a4c68 at 15664474
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Milady Colombia"

0x26b903e36cb68d706fca0ce70172cb57d59c82537904699bb44978d71ebdb0c9
0xf45c1928ee599db2eb8d9ad5e0042dad79eee03bb83193d6745b8a8f574780ed
0x56ff892a07c2211b070f849caf70b04240f44195cab682193249186aeef726fb
0x30c6017b367c578e15cc2fefc6d2bd0d1f89edec1401226270db227d7c78badf
0xd6af9e8b0e163f2b17a933cc3293beb1270fd8346332b9c300701dc435658f1f
0xd10d57daf2330d0d0caae07ac83f4692db4d15ec6e442a6d3019f5443f3f0372
0x13ced2b6ed113016917623bdc1ceb9b727e34bac6fb963738d5ce9c1beaa932f
0x82c08af7e9881f4ae0e4f6091c477194a772af97b0d3621377c8dfbfb5ed5f05
0x3979c56c028bdb75266e350a555e1b8b2d1f371b62a21da58ccd93f4646dae2c
0xd0810ee76c9c597146a05d87ae08eff4a0b79398e3ab429d8ed00d1a7fe6bc32

Functions
Getter at block 21396264
maxSupply(view returns (uint256)
1000
miladyPrice(view returns (uint256)
30000000
name(view returns (string)
Milady Colombia
owner(view returns (address)
0x1fcdb39dde1c2be12b81bc8680757582c9ec0c71
paused(view returns (bool)
false
publicPrice(view returns (uint256)
50000000
symbol(view returns (string)
MCOL
totalSupply(view returns (uint256)
1000
uriPrefix(view returns (string)
ipfs://bafybeigx4exftagwhet2osuzkg3554r5gi7kc5bqjbozd5gvhqwxzmcnei/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getIsMiladyHolder(address _accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
mintAsHolder(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMiladyPrice(uint256 _miladyPrice
setPaused(bool _state
setPublicPrice(uint256 _publicPrice
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _publicPriceuint256 _miladyPriceuint256 _maxSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(