Rebel Society
Verified contract
Active on
Ethereum with 12,743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f79…5a5d
Balances ($0.00)
No balances found for "Rebel Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267912 | a day ago | | | 0 | 0.00064672566 | |
| 21262519 | 2 days ago | | | 0 | 0.00033229280 | |
| 21262310 | 2 days ago | | | 0 | 0.00035495101 | |
| 21252543 | 3 days ago | | | 0 | 0.00078183080 | |
| 21245442 | 4 days ago | | | 0 | 0.00031271084 | |
| 21245442 | 4 days ago | | | 0 | 0.00054900442 | |
| 21233160 | 6 days ago | | | 0 | 0.00067408560 | |
| 21227259 | 7 days ago | | | 0 | 0.00038937756 | |
| 21226535 | 7 days ago | | | 0 | 0.00045538508 | |
| 21225569 | 7 days ago | | | 0 | 0.00024452001 |
ABI
ABI objects
Getter at block 21275832
MAX_TOKENS() view returns (uint256)
7000
NUMBER_RESERVED_TOKENS() view returns (uint256)
100
PRE_SALE_MAX_TOKENS() view returns (uint256)
888
PRICE() view returns (uint256)
20000000000000000
PRICE_PRE_SALE() view returns (uint256)
60000000000000000
limitPerWallet() view returns (uint256)
90
name() view returns (string)
Rebel Society
owner() view returns (address)
0x81d6b3b4f71f115fe8a0bd7f07c746ad07a0044f
preSaleIsActive() view returns (bool)
true
preSaleSupply() view returns (uint256)
40
reservedTokensMinted() view returns (uint256)
100
saleIsActive() view returns (bool)
true
symbol() view returns (string)
RBL
totalSupply() view returns (uint256)
7000
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
mintTokenPreSale(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLimitPerWallet(uint256 newLimitPerWallet)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.