RichKids
Verified contract
Active on
Ethereum with 8,960 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 "RichKids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185143 | 18 days ago | | | 0 | 0.0013741563 | |
| 21042872 | a month ago | | | 0 | 0.00037801749 | |
| 20960574 | 2 months ago | | | 0 | 0.00038467727 | |
| 20911837 | 2 months ago | | | 0 | 0.00036571123 | |
| 20707899 | 3 months ago | | | 0 | 0.000069982435 | |
| 20657922 | 3 months ago | | | 0 | 0.000059667767 | |
| 20558843 | 3 months ago | | | 0 | 0.000049583259 | |
| 20503231 | 4 months ago | | | 0 | 0.000041045840 | |
| 20503219 | 4 months ago | | | 0 | 0.000042423290 | |
| 20408861 | 4 months ago | | | 0 | 0.00012809338 |
ABI
ABI objects
Getter at block 21313088
RK_MAX() view returns (uint256)
7427
RK_PER_MINT() view returns (uint256)
20
RK_PRICE() view returns (uint256)
90000000000000000
RK_PRIVATE() view returns (uint256)
1600
RK_PUBLIC() view returns (uint256)
5827
contractURI() view returns (string)
locked() view returns (bool)
false
name() view returns (string)
RichKids
owner() view returns (address)
0x53e83e786444d603c87036487036cd43a3e91704
presaleLive() view returns (bool)
false
presalePurchaseLimit() view returns (uint256)
2
privateAmountMinted() view returns (uint256)
1462
publicAmountMinted() view returns (uint256)
5827
saleLive() view returns (bool)
false
symbol() view returns (string)
RKS
totalSupply() view returns (uint256)
7389
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaler(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchasedCount(address addr) view returns (uint256)
presalerList(address) view returns (bool)
presalerListPurchases(address) view returns (uint256)
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 addToPresaleList(address[] entries)
approve(address to, uint256 tokenId)
buy(uint256 tokenQuantity) payable
lockMetadata()
presaleBuy(uint256 tokenQuantity) payable
removeFromPresaleList(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
togglePresaleStatus()
toggleSaleStatus()
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.