Big Eye Rebellion

Verified contract

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

No balances found for "Big Eye Rebellion"

0xf52eff28ba097b4e770163741ffdf17a902a26f58649bfdb5bc02172b4087744
0x6d01ddc257107a9bb53eea18804ec4bfb4ee1cf706fe28f8c5d0be290dfc7918
0x5eb0a677717035126e2d815b39b74a54582fa457dce62bca4c837445056da1cc
0x603f0dcaaa34f963a0c4c1d734ef4c1f2291c59ab9925f1fca01a87e1f0a95c1
0x513fa9dcd3e23e63f303e6f03014239bb528488ff03f16bc788f8e3a17dd7e89
0xeea5c4e2604859c7d4022c4e2c468331b8075760cd0a61ad34211060b2e61e6f
0x95b6a6464a75cda13c31ad694757c752a12633018981af009c8768a37dd87ce6
0xab2249e077dc8f8afe59d1f1f8308a0b80ae448b86745145c8a924484fbaa230
0xaaa926314097a89988e49e9d10b6f023108175ad49ee1d7fc8618f9a10211dca
0x081fba2bb49b0a9120acadabccec7c2b2d9d6c6d6098c527ff8977748872d6f7

Functions
Getter at block 21288406
collectionSize(view returns (uint256)
10000
freeMintActive(view returns (bool)
true
name(view returns (string)
Big Eye Rebellion
owner(view returns (address)
0xd838dcb237762d1b23fc747e5d9ab7e54d761a85
paused(view returns (bool)
false
remaining(view returns (uint256)
0
revealed(view returns (bool)
true
symbol(view returns (string)
BER
totalSupply(view returns (uint256)
10000
walletMintLimit(view returns (uint256)
5
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintList(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
activeFreeMint(
airdrop(address toAdduint256 quantitypayable 
approve(address touint256 tokenId
freeMint(uint256 quantitypayable 
pause(
renounceOwnership(
reveal(string _baseTokenURI
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
teamMint(uint256 quantitypayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symboluint256 _collectionSizeuint256 _walletMintLimitstring _preRevealTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

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