RebelsInDisguise

Verified contract

Active on Ethereum with 3,629 txns
Deployed by via 0x4fdfa5a0 at 14488724
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional variables

No balances found for "RebelsInDisguise"

0x9688e11ff84e0cc4805a9a96d553d72354e5a4a92a5fbb8e852af86015724727
0x9f2a667c010b7c13e4b8e068ab49b9a0cea9271770643ab999d6272c21f9312d
0xe613783bc0c4740ccc767143c53c98a181c67e16f9fc9fcea24465cf78660082
0x675adff9fa53744d6ed066d16d21289491420e785061e1cb1bd92115c83917d3
0xc7177cda92f88ddbaef8d2598d37b310512b016baf2f596abf67c70e5c44ab12
0xe67cd482a2445d4fc240890b2c99470356d46c824485ee3feb631c487335d609
0xeacc24a597f919f66be736b608a48e0bd5d33924950161b5ba21fb99879c5fa5
From
0xa1052cc50bb1f9036980c7fad516837cdbc5749eb0aab81e1f4cb37a813b9504
0x5861e0b4d5217b91017fe02e8670e10452e311a41f64a954955dd716c6652492
0xbcc374fffddc72e1c6f44d6a072ad761e9cdc2d5a95f026cde1e7e1fbb917fdb

Functions
Getter at block 20955166
MAX_SUPPLY(view returns (uint256)
5555
getPrice(view returns (uint256)
55000000000000000
getReedemableSupply(view returns (uint256)
490
getRidCoinContractAddress(view returns (address)
0x0f667b08e583631f50df85537dc567ab90433b08
getRidOldContractAddress(view returns (address)
0x1ca1f5dc13f3204088993df413c81561dce72cfc
isSaleActive(view returns (bool)
false
name(view returns (string)
RebelsInDisguise
owner(view returns (address)
0x39057da7512ea480a487034e78d5fb4525795f9a
symbol(view returns (string)
RBLS
totalSupply(view returns (uint256)
5065
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
tokensOfAccount(address accountview returns (uint256[])
State-modifying
approve(address touint256 tokenId
lock(
mintTransfer(address accountuint256 quantity
ownerMint(uint256 quantity
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string newUri
setMaxSupply(uint256 supply
setRIDCoinAddr(address newAddress
setRIDOldContract(address newAddress
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address ridCoinAddressaddress ridOldAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressCanNotBeZeroAddress(
AmountExceedsSupply(
AmountExceedsTransactionLimit(
FunctionLocked(
InsufficientPayment(
InvalidQuantity(
OnlyExternallyCoinContractAllowed(
OnlyExternallyOwnedAccountsAllowed(
RequestedSupplyShouldExceedsCurrentSupply(
RequestedSupplyShouldNotExceedsCurrentMaxSupply(
SaleNotStarted(