Fkn Rich Sharks
Verified contract
Active on
Ethereum with 958 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,120.16 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19638812 | 7 months ago | | | 0 | 0.00090379560 | |
| 19211185 | 9 months ago | | | 0 | 0.0010250680 | |
| 19211184 | 9 months ago | | | 0 | 0.0014226888 | |
| 15710187 | 2 years ago | | | 0 | 0.00077238824 | |
| 15686786 | 2 years ago | | | 0 | 0.00025478034 | |
| 15659753 | 2 years ago | | | 0 | 0.00025315239 | |
| 15278968 | 2 years ago | | | 0 | 0.00018823969 | |
| 15204820 | 2 years ago | | | 0 | 0.00051144052 | |
| 15165149 | 2 years ago | | | 0 | 0.00070150215 | |
| 15163474 | 2 years ago | | | 0 | 0.0021141175 |
ABI
ABI objects
Getter at block 21214098
_baseTokenEXT() view returns (string)
.json
_baseTokenURI() view returns (string)
https://ipfs.io/ipfs/{cid}/
_paused() view returns (bool)
false
_price() view returns (uint256)
7828873
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x9d997719c0a5b5f6db9b8ac69a988be57cf324cb9fffd51dc2c37544bb520d65
name() view returns (string)
Fkn Rich Sharks
notRevealedUri() view returns (string)
https://ipfs.io/ipfs/QmVaoUAKwvKDyWeCz8iSSKivkeLLDzZpfw5JwQSavvoZ8F/unreaveled.json
owner() view returns (address)
0xb95dd339eec8e688c91d305a88f5733d18f709e1
revealed() view returns (bool)
true
symbol() view returns (string)
FKN
totalSupply() view returns (uint256)
3040
vipSaleStarted() view returns (bool)
false
whitelistMaxMint() view returns (uint256)
5
whitelistPrice() view returns (uint256)
10000000000000000
whitelistSale() view returns (bool)
false
Read-only
_totalMinted(address) view returns (uint256 _regular, uint256 _whitelist)
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 WhiteListMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
changeURLParams(string _nURL)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 merkleHash)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 newPrice)
setWhiteListPrice(uint256 newPrice)
toogleReveal()
toogleWhiteList()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
withdrawMoney()
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.