Edomin

Verified contract

Active on Ethereum with 6,256 txns
Deployed by via 0x4f0ee7b5 at 16044387
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Edomin"

0x255eeb03d0134eb5c324317ba673e893a65a879ce3a66cc7feb5574078a31b3c
From
0xf0e139fe2fcf47df5e8c8e66ce83112d8eed8fceb8c3426d8f42a557ad12a24c
From
0xb030a1394c3325e572d405b9087172d3baef8b20b731505f1734de251a448feb
0xf0dc40604d0c1ef763900fdf89b58dbf46ebc941139e9a65d763943dce297ce7
0x00f0662cbfdc4fe75a652d09a8e259ef2b2d150ae701135cca4fe2024fb42308
0xa1078bee75379ca1a2aece6f2823b731bef2549a40fdb4a76a851de9657878d3
0x68504c506bd81837be2be42271f4d2ed4ce9b770012313b27304292f841716d9
0x2f2d82e5286c628a2d86143a85579e96ed63011fa7e6fd48562093590c1c8473
0xe8c45711d27568d08be4a7be92ea825b6e11e1e3f71adc54ca4c96be735950b9
0xec531a815075c6d271653fdecd4af5433bd5ce6a6d0c96aab63187045f0d8a53

Functions
Getter at block 21178511
WITHDRAW_ADDRESS(view returns (address)
0x14145ddf324bc975ee621044d662739d9a6ede96
baseExtension(view returns (string)
.json
cost(view returns (uint256)
1000000000000000
freeMint(view returns (bool)
false
maxMintAmountPerTransaction(view returns (uint256)
1
maxSupply(view returns (uint256)
3000
merkleRoot(view returns (bytes32)
0x2636e68067243f516cc2c29899fa4de56a36d5dcc2b3c4527f8ab63ac86ffbc4
mintCount(view returns (bool)
true
name(view returns (string)
Edomin
onlyWhitelisted(view returns (bool)
false
owner(view returns (address)
0x14145ddf324bc975ee621044d662739d9a6ede96
paused(view returns (bool)
false
publicSaleMaxMintAmountPerAddress(view returns (uint256)
1
symbol(view returns (string)
EDO
totalSupply(view returns (uint256)
3000
whitelistMaxMintAmountPerAddress(view returns (uint256)
1
Read-only
balanceOf(address ownerview returns (uint256)
freeMintedAmount(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicSaleMintedAmount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistMintedAmount(addressview returns (uint256)
State-modifying
airdropMint(address[] _airdropAddressesuint256[] _UserMintAmount
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountuint256 _maxMintAmountbytes32[] _merkleProofpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setMaxMintAmountPerTransaction(uint256 _maxMintAmountPerTransaction
setMerkleRoot(bytes32 _merkleRoot
setMintCount(bool _state
setOnlyWhitelisted(bool _state
setPublicSaleMaxMintAmountPerAddress(uint256 _publicSaleMaxMintAmountPerAddress
setfreeMint(bool _state
setwhitelistMaxMintAmountPerAddress(uint256 _whitelistMaxMintAmountPerAddress
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(