Big Eye Rebellion
Verified contract
Active on
Ethereum with 5,488 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 "Big Eye Rebellion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20755476 | 2 months ago | | | 0 | 0.000087589233 | |
| 20655655 | 3 months ago | | | 0 | 0.000024707000 | |
| 20586529 | 3 months ago | | | 0 | 0.000020988353 | |
| 20580641 | 3 months ago | | | 0 | 0.000057096122 | |
| 20529409 | 3 months ago | | | 0 | 0.00012970113 | |
| 20453244 | 4 months ago | | | 0 | 0.000028638006 | |
| 20160063 | 5 months ago | | | 0 | 0.000077887912 | |
| 20160060 | 5 months ago | | | 0 | 0.000086169962 | |
| 20160049 | 5 months ago | | | 0 | 0.000065558451 | |
| 19829707 | 7 months ago | | | 0 | 0.00012520562 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintList(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events activeFreeMint()
airdrop(address toAdd, uint256 quantity) payable
approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
pause()
renounceOwnership()
reveal(string _baseTokenURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
teamMint(uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _collectionSize, uint256 _walletMintLimit, string _preRevealTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()