Stranger EggZ
Verified contract
Active on
Ethereum with 1,710 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Stranger EggZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21029164 | 23 days ago | | | 0 | 0.00088233596 | |
| 21029162 | 23 days ago | | | 0 | 0.00094019920 | |
| 20574365 | 3 months ago | | | 0 | 0.000024272261 | |
| 20211767 | 4 months ago | | | 0 | 0.00013400209 | |
| 20030491 | 5 months ago | | | 0 | 0.00034615378 | |
| 20030353 | 5 months ago | | | 0 | 0.00046813533 | |
| 19630883 | 7 months ago | | | 0 | 0.00093813274 | |
| 19219795 | 9 months ago | | | 0 | 0.0012761011 | |
| 19219794 | 9 months ago | | | 0 | 0.0012785800 | |
| 19047351 | 10 months ago | | | 0 | 0.00043117049 |
ABI
ABI objects
Getter at block 21190687
canMint() view returns (bool)
false
earlySupportersGiveawayDone() view returns (bool)
true
name() view returns (string)
Stranger EggZ
owner() view returns (address)
0xda9d7c1c84c7954ee7f5281cdcddad359ee072e6
symbol() view returns (string)
SEZ
totalSupply() view returns (uint256)
2876
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
listEggZOfOwner(address _owner) view returns (uint256[])
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropOneEggToWallets(address[] _addrs)
airdropToWallet(address addr, uint256 amount)
approve(address to, uint256 tokenId)
earlySupportersGiveaway(address[] _addrs)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
summon12PackEggZ() payable
summon1Egg() payable
summon4PackEggZ() payable
summon6PackEggZ() payable
switchMintStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.