Rebel Kids
Verified contract
Active on
Ethereum with 2,886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RBLKDS | ERC-721 | 1 | -- | -- | |
RBLKDS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21059779 | 22 days ago | | | 0 | 0.00038509823 | |
| 20929290 | a month ago | | | 0 | 0.0024879673 | |
| 20855457 | 2 months ago | | | 0 | 0.00030962144 | |
| 20703786 | 2 months ago | | | 0 | 0.00011885809 | |
| 20700361 | 2 months ago | | | 0 | 0.00019132488 | |
| 20591415 | 3 months ago | | | 0 | 0.000074063740 | |
| 20581613 | 3 months ago | | | 0 | 0.000095725743 | |
| 20581594 | 3 months ago | | | 0 | 0.00011396343 | |
| 20581571 | 3 months ago | | | 0 | 0.000099304368 | |
| 20581561 | 3 months ago | | | 0 | 0.00010886158 |
ABI
ABI objects
Getter at block 21215840
MAX_SUPPLY() view returns (uint256)
6666
TOKEN_PRICE() view returns (uint256)
60000000000000000
currentEdition() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
true
maxMintsPerWallet() view returns (uint256)
15
name() view returns (string)
Rebel Kids
owner() view returns (address)
0x5e84ccdff902412f247f77bdd63fce1708bb6226
presaleSupply() view returns (uint256)
0
reservedSupply() view returns (uint256)
3333
salesStage() view returns (uint256)
1
symbol() view returns (string)
RBLKDS
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address, uint256) view returns (uint256)
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)
configurePresale(uint256 _maxMintsPerWallet, uint256 _presaleSupply, uint256 _reservedSupply)
configureSale(uint256 _maxMintsPerWallet)
giftTokens(address[] addresses)
mint(uint256 amountToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendTokensToOwner(uint256 amount)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURIArg)
setMaxMintsPerWallet(uint256 _maxMintsPerWallet)
setPresaleActive(bool _isPresaleActive)
setPresaleSupply(uint256 _presaleSupply)
setReservedSupply(uint256 _reservedSupply)
setSaleActive(bool _isSaleActive)
setSalesStage(uint256 _salesStage)
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.