The Rebels
Verified contract
Active on
Ethereum with 12,755 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 "The Rebels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21055970 | 15 days ago | | | 0 | 0.00031931174 | |
| 21052077 | 16 days ago | | | 0 | 0.00012897550 | |
| 21012223 | 21 days ago | | | 0 | 0.00061376413 | |
| 21012222 | 21 days ago | | | 0 | 0.00057113983 | |
| 20953316 | a month ago | | | 0 | 0.00033287506 | |
| 20632261 | 2 months ago | | | 0 | 0.000036997600 | |
| 20565747 | 3 months ago | | | 0 | 0.000049664809 | |
| 20501935 | 3 months ago | | | 0 | 0.000048969930 | |
| 20495894 | 3 months ago | | | 0 | 0.000050356306 | |
| 20372375 | 4 months ago | | | 0 | 0.00018376567 |
ABI
ABI objects
Getter at block 21166243
MAX_MINT_NUMBER() view returns (uint256)
10
MAX_OWNER_RESERVE() view returns (uint256)
202
MAX_SUPPLY() view returns (uint256)
10101
MAX_WHITELISTED_SALE_TOKENS() view returns (uint256)
6
baseUri() view returns (string)
ipfs://QmfFfaK5bEqx9HkMjPyzsRz9vcX6vgF6f35MQriQJL6EPc/
issuedTotal() view returns (uint256)
9899
mintedTotal() view returns (uint256)
10101
name() view returns (string)
The Rebels
owner() view returns (address)
0xf733f5a42cdb10235a79bb443560b9624acd91b9
price() view returns (uint256)
70100000000000000
provenanceHash() view returns (string)
728f592b2bdf41755631204aee9c54ebf80003c32bebb5baba6811c6aeefd1c7
publicSaleEnabled() view returns (bool)
false
remainingOwnerReserve() view returns (uint256)
0
remainingSupply() view returns (uint256)
0
remainingUnissuedSupply() view returns (uint256)
0
remainingUnsoldSupply() view returns (uint256)
0
reserveMintedTotal() view returns (uint256)
202
symbol() view returns (string)
RBLS
totalSupply() view returns (uint256)
10101
whitelistSigner() view returns (address)
0x3fa063fba5033e30a40fb9cca253296c092c16fb
whitelistedSaleEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedSales(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
disablePublicSale()
disableWhitelistedSale()
enablePublicSale()
enableWhitelistedSale()
issue(uint256 number)
mint(uint256 number) payable
renounceOwnership()
reserveMint(uint256 number)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri_)
setPrice(uint256 price_)
setProvenanceHash(string hash)
setWhitelistSigner(address whitelistSigner_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistedMint(uint256 number, bytes signature) payable
withdraw()
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(uint256 price_, uint256 maxSupply, uint256 maxOwnerReserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.