RUDE KIDZ
Verified contract
Active on
Ethereum with 9,354 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 "RUDE KIDZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157247 | 12 days ago | | | 0 | 0.00045720300 | |
| 20863569 | 2 months ago | | | 0 | 0.00049258799 | |
| 20827871 | 2 months ago | | | 0 | 0.00050011850 | |
| 20630239 | 3 months ago | | | 0 | 0.000035376936 | |
| 20598355 | 3 months ago | | | 0 | 0.000041981976 | |
| 20588606 | 3 months ago | | | 0 | 0.000028141997 | |
| 20519816 | 3 months ago | | | 0 | 0.00017337841 | |
| 20519487 | 3 months ago | | | 0 | 0.00017626585 | |
| 20335420 | 4 months ago | | | 0 | 0.0010940860 | |
| 20300017 | 4 months ago | | | 0 | 0.00012666339 |
ABI
ABI objects
Getter at block 21246339
MAXIMUM_MINT_RAFFLE() view returns (uint256)
2
MAXIMUM_MINT_WL() view returns (uint256)
2
MAXIMUM_SUPPLY() view returns (uint256)
7777
baseURI() view returns (string)
ipfs://Qmcfr6wXUd5wKaU5ireWZD78NG4gZgr8w3msNtGZuLPeLy/
getPrice() view returns (uint256)
290000000000000000
getSaleStatus() view returns (uint8)
3
isRevealed() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xd2c17208d5095b549dda06efe1ec2b6f633e91a9377b7f8a459cadb36a3a27f6
name() view returns (string)
RUDE KIDZ
notRevealedUri() view returns (string)
ipfs://QmVsHuXdBLNg4techmYbioVTjvVagPKadjvHGY4rLBFuf3
owner() view returns (address)
0xca4e96f96df2ee69b67c6d404088236282587151
privateSalePrice() view returns (uint256)
290000000000000000
symbol() view returns (string)
RKZ
totalSupply() view returns (uint256)
7777
workflow() view returns (uint8)
3
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasWhitelist(bytes32[] _merkleProof) view returns (bool)
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)
tokensPerWalletRaffle(address) view returns (uint256)
tokensPerWalletWhitelist(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] addresses)
presaleMint(uint256 ammount, bytes32[] _merkleProof) payable
raffleMint(uint256 ammount) payable
renounceOwnership()
restart()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 root)
setNotRevealedURI(string _notRevealedURI)
setUpPresale()
setUpSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRafflePrice(uint256 _newPrice)
updateSupply(uint256 _newSupply)
updateWLPrice(uint256 _newPrice)
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(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()