FilthyRichCryptoKids
Verified contract
Active on
Ethereum with 720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "FilthyRichCryptoKids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20396083 | 4 months ago | | | 0 | 0.000033017336 | |
| 20396073 | 4 months ago | | | 0 | 0.000032690426 | |
| 19752909 | 7 months ago | | | 0 | 0.00029277254 | |
| 19700973 | 7 months ago | | | 0 | 0.00031645524 | |
| 19626020 | 8 months ago | | | 0 | 0.0013357668 | |
| 19251495 | 9 months ago | | | 0 | 0.0014209003 | |
| 19175855 | 10 months ago | | | 0 | 0.0014733578 | |
| 19021444 | 10 months ago | | | 0 | 0.0016551842 | |
| 18941331 | a year ago | | | 0 | 0.00082494927 | |
| 18899165 | a year ago | | | 0 | 0.00098447838 |
ABI
ABI objects
Getter at block 21301416
name() view returns (string)
Filthy Rich Crypto Kids
owner() view returns (address)
0x06d7917623fb04bb7ac40ffb60c69c2b9a8743ac
randomness() view returns (uint256)
0
randomnessRequested() view returns (bool)
false
symbol() view returns (string)
FRCK
totalSupply() view returns (uint256)
1700
tradingEnabled() view returns (bool)
true
valuablesContract() view returns (address)
0x4eaf87908faa25d41807e9fd7c3ea7cfc70a8414
vipMinted() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getValuables(uint256 tokenId) view returns (string[] traits, uint256[] types)
isApprovedForAll(address owner, address operator) view returns (bool)
isSaleContract(address) view returns (bool)
isVIP(uint256 tokenId) 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 addSaleContract(address saleContract)
approve(address to, uint256 tokenId)
batchMint(uint256 _amount, address _recipient)
enableTrading()
getRandomNumber()
mintVip(uint256 _amount, address _recipient)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
removeSaleContract(address saleContract)
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)
setValuablesContract(address _valuablesContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name, string symbol, uint256 maxVipSupply_, uint256 maxSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.