ElectricSheep
Verified contract
Active on
Ethereum with 24,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
15 additional
variables
Balances ($0.00)
No balances found for "ElectricSheep"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21189581 | 3 days ago | | | 0 | 0.00085495116 | |
| 21189528 | 3 days ago | | | 0 | 0.0010046319 | |
| 21185122 | 4 days ago | | | 0 | 0.0010969696 | |
| 21185120 | 4 days ago | | | 0 | 0.0010434483 | |
| 21184678 | 4 days ago | | | 0 | 0.0010198766 | |
| 21152540 | 8 days ago | | | 0 | 0.00049156843 | |
| 21152108 | 8 days ago | | | 0 | 0.00065377616 | |
| 21151262 | 9 days ago | | | 0 | 0.00060386994 | |
| 21151256 | 9 days ago | | | 0 | 0.00070016227 | |
| 21150030 | 9 days ago | | | 0 | 0.00050432120 |
ABI
ABI objects
Getter at block 21212766
ALLOWLIST_TYPEHASH() view returns (bytes32)
0x0f6e3a332b22352f161b88c10c7a232166c50f788b40a481743ea70331318418
BUILDER_MINT_TYPEHASH() view returns (bytes32)
0x9d1bb809d56c767a435fa0400b34ddfa89747764e589c709c8aa485a2859b96e
COLLECTION_SIZE() view returns (uint256)
10000
PUBLIC_SALE_TYPEHASH() view returns (bytes32)
0x568f470e4a34056dfcc737eb8a678cb5b836a1b42db3511c75e5d5b9c6399f03
TEAM_MINT_MAX() view returns (uint256)
200
allowlistActive() view returns (bool)
false
allowlistMaxAmount() view returns (uint256)
9259
allowlistMaxMintPerAddress() view returns (uint256)
3000
allowlistPrice() view returns (uint256)
0
builderMintActive() view returns (bool)
false
builderMintMaxAmount() view returns (uint256)
500
builderMintMaxPerAddress() view returns (uint256)
20
builderMintPrice() view returns (uint256)
500000000000000000
currentMintedAmount() view returns (uint64 builderMint, uint64 allowlist, uint64 publicSale, uint64 team)
(builderMint=500, allowlist=9259, publicSale=41, team=200)
isAwakeningUnlocked() view returns (bool)
false
isRefundEnabled() view returns (bool)
false
mintedAmount() view returns (uint256)
7000
name() view returns (string)
ElectricSheep
nextTokenId() view returns (uint256)
10000
nftBridge() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe0520f2cc6f82b94133fa08e55e328dc0574b4b0
paused() view returns (bool)
false
provenance() view returns (string)
8ef05c3145fc9bc7cd09f443570fe0673407165757b13bb77133658393d7b34f
publicSaleActive() view returns (bool)
false
publicSaleMaxAmount() view returns (uint256)
3089
publicSaleMaxMintPerAddress() view returns (uint256)
1
publicSalePrice() view returns (uint256)
600000000000000000
randomSeed() view returns (uint256)
4377903787682146994350226560874114416065014974842297668829286021764455622344
randomSeedSettled() view returns (bool)
true
refundConfig() view returns (bool enabled, uint256 price, address vault)
(enabled=false, price=0, vault=0x0000000000000000000000000000000000000000)
symbol() view returns (string)
ES
tokenBaseURI() view returns (string)
https://metadata.ultiverse.io/electric-sheep/
tokenStartingOffset() view returns (uint256)
6117
totalSupply() view returns (uint256)
7000
verificationKey() view returns (address allowlist, address publicSale, address builderMint)
(allowlist=0x0000000000000000000000000000000000000000, publicSale=0x0000000000000000000000000000000000000000, builderMint=0x0000000000000000000000000000000000000000)
vrfCallbackGasLimit() view returns (uint32)
200000
vrfCoordinator() view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
vrfKeyHash() view returns (bytes32)
0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef
vrfSubscriptionId() view returns (uint64)
190
Read-only
allowlistMintedPerAddress(address) view returns (uint256)
awakeningState(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
builderMintedPerAddress(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicSaleMintedPerAddress(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalFee(uint64 chainId, uint256 tokenId) view returns (uint256)
State-modifying
Events allowlistMint(uint256 quantity, uint256 quota, bytes signature) payable
approve(address to, uint256 tokenId)
bridgeMint(address to, uint256 tokenId, string)
builderMint(uint256 quantity, uint256 quota, bytes signature) payable
crossChain(uint64 chainId, uint256 tokenId, address receiver) payable
crossChain(uint64 chainId, uint256 tokenId, bytes receiver) payable
emergencyPause()
emergencySetRandomSeed(uint256 seed)
interruptAwakening(uint256[] tokenIds)
publicSaleMint(uint256 quantity, bytes signature) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
refund(uint256 tokenId)
renounceOwnership()
requestRandomWords()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferWhileAwakening(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setAwakeningState(uint256[] tokenIds, bool state)
setNFTBridge(address bridge)
setProvenance(string provenance_)
setRefundConfig(struct ElectricSheepRefundConfig config)
setSignatureVerificationKey(address keyForAllowlist, address keyForPublicSale, address keyForBuilderMint)
setTokenBaseURI(string uri)
setVRFCallbackGasLimit(uint32 gasLimit)
startAllowlist(uint256 price, uint256 maxMintPerAddress, uint256 maxAmount)
startBuilderMint(uint256 price, uint256 maxMintPerAddress, uint256 maxAmount)
startPublicSale(uint256 price, uint256 maxMintPerAddress, uint256 maxAmount)
stopAllowlist()
stopBuilderMint()
stopPublicSale()
teamMint(address to, uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockAwakening(bool unlocked)
unpause()
withdrawAll()
AllowlistStarted(uint256 price, uint256 amount)
AllowlistStopped()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AwakeningInterrupted(uint256 indexed tokenId, address indexed owner)
AwakeningLockUpdated(bool unlocked)
AwakeningStarted(uint256 indexed tokenId, address indexed owner)
AwakeningStopped(uint256 indexed tokenId, address indexed owner)
AwakeningTransfer(address indexed from, address indexed to, uint256 indexed tokenId)
BuilderMintStarted(uint256 price, uint256 amount)
BuilderMintStopped()
NFTBridgeUpdated(address arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProvenanceUpdated(string provenance)
PublicSaleStarted(uint256 price, uint256 amount)
PublicSaleStopped()
RandomSeedManuallySettled(uint256 seed)
RandomSeedSettled(uint256 requestId, uint256 seed)
RefundConfigUpdated(struct ElectricSheepRefundConfig config)
Refunded(address from, address to, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdraw(address account, uint256 amount)
constructor(string name, string symbol, address coordinator, bytes32 keyHash, uint64 subscriptionId)
This contract contains no fallback and receive objects.
AllowlistNotActive()
AwakeningLocked()
BuilderMintNotActive()
CallerNotNFTBridge()
CallerNotOwner()
CallerNotOwnerNorApproved()
CallerNotUser()
CrossChainBridgeNotEnabled()
CrossChainCallerNotOwner()
CrossChainToZeroAddress()
ExceedMaxMintQuantity()
ExceedMintQuota()
InsufficientContractBalance()
InsufficientPayment()
InvalidMintQuota()
InvalidSignature()
MintZeroQuantity()
OnlyCoordinatorCanFulfill(address have, address want)
OwnerIndexNotExist()
OwnerIndexOutOfBounds()
PublicSaleNotActive()
RandomSeedAlreadySettled()
RefundFailed()
RefundNotEnabled()
SaleAlreadyStarted()
SetRefundVaultToZeroAddress()
TokenAwakening()
VerificationKeyNotSet()
WithdrawFailed()