EVERGIRL
Verified contract
Active on
Ethereum with 2,493 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "EVERGIRL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20987737 | a month ago | | | 0 | 0.00036316026 | |
| 20981739 | a month ago | | | 0 | 0.00022581572 | |
| 20582437 | 3 months ago | | | 0 | 0.000030891887 | |
| 20569921 | 3 months ago | | | 0 | 0.000033394266 | |
| 20569525 | 3 months ago | | | 0 | 0.000042940738 | |
| 20115054 | 5 months ago | | | 0 | 0.00013168049 | |
| 20115048 | 5 months ago | | | 0 | 0.00013429638 | |
| 20115036 | 5 months ago | | | 0 | 0.00011839459 | |
| 19846498 | 6 months ago | | | 0 | 0.00034189164 | |
| 19723015 | 7 months ago | | | 0 | 0.00041493235 |
ABI
ABI objects
Getter at block 21177936
_INTERFACE_ID_ERC2981() view returns (bytes4)
0x2a55205a
defaultPercentageBasisPoints() view returns (uint96)
1000
defaultRoyaltiesReceipientAddress() view returns (address)
0x9cd8086b43829f3713896a365aca9add1b59dc1d
getPhase1WLCount() view returns (uint256)
626
getPhase2WLCount() view returns (uint256)
3180
mintPrice_phase1() view returns (uint256)
20000000000000000
mintPrice_phase2() view returns (uint256)
20000000000000000
mintPrice_phase3() view returns (uint256)
30000000000000000
name() view returns (string)
EVERGIRL
owner() view returns (address)
0x7a4b3c0869c6849863fc7c50dd450422b3623f37
revealed() view returns (bool)
true
startPhase1Sale() view returns (bool)
false
startPhase2Sale() view returns (bool)
false
startPhase3Sale() view returns (bool)
false
symbol() view returns (string)
EG
tokenAmount() view returns (uint256)
3333
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPhase1WL(address _address) view returns (uint256)
getPhase2WL(address _address) view returns (uint256)
getRaribleV2Royalties(uint256) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
phase1Minted(address) view returns (uint256)
phase2Minted(address) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteLists_phase1(address) view returns (uint256)
whiteLists_phase2(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
deletePhase1WL(address addr)
deletePhase2WL(address addr)
forwardERC20s(address token, uint256 amount)
ownerMint(uint256 amount, address _address)
phase1Mint(uint256 amount) payable
phase2Mint(uint256 amount) payable
phase3Mint(uint256 amount) payable
pushMultiPhase1WLSpecifyNum(address[] list, uint256 num)
pushMultiPhase2WLSpecifyNum(address[] list, uint256 num)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAfterURI(string afterTokenPath_)
setApprovalForAll(address operator, bool approved)
setBeforeURI(string beforeTokenURI_)
setDefaultPercentageBasisPoints(uint96 _defaultPercentageBasisPoints)
setDefaultRoyaltiesReceipientAddress(address _defaultRoyaltiesReceipientAddress)
setMintPricePhase1(uint256 newPrice)
setMintPricePhase2(uint256 newPrice)
setMintPricePhase3(uint256 newPrice)
setReveal(bool bool_)
setStartPhase1Sale(bool bool_)
setStartPhase2Sale(bool bool_)
setStartPhase3Sale(bool bool_)
setTotalSupply(uint256 newTotalSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
upsertPhase1WL(address addr, uint256 maxMint)
upsertPhase2WL(address addr, uint256 maxMint)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _royaltiesReceipientAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()