Stinky Rich Frens
Verified contract
Active on
Ethereum with 239 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Stinky Rich Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19702048 | 8 months ago | | | 0 | 0.00016416214 | |
| 19702048 | 8 months ago | | | 0 | 0.00016473090 | |
| 19578645 | 8 months ago | | | 0 | 0.00068468293 | |
| 19558227 | 8 months ago | | | 0 | 0.00089508573 | |
| 19527567 | 8 months ago | | | 0 | 0.0023045038 | |
| 19457440 | 9 months ago | | | 0 | 0.0014814609 | |
| 18636409 | a year ago | | | 0 | 0.0017154730 | |
| 18295637 | a year ago | | | 0 | 0.00014802545 | |
| 17396954 | 2 years ago | | | 0 | 0.0016921326 | |
| 17376353 | 2 years ago | | | 0 | 0.0033389063 |
ABI
ABI objects
Getter at block 21380111
MAX_PER_WALLET() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
7777
MINT_PRICE() view returns (uint256)
35000000000000000
name() view returns (string)
Stinky Rich Frens
owner() view returns (address)
0xbd8f560ed9174b0367894ec515322d20d63208e6
publicSale() view returns (bool)
false
symbol() view returns (string)
SRF
totalSupply() view returns (uint256)
420
whitelistSale() view returns (bool)
false
Read-only
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)
publicAddressMintCount(address) view returns (uint256)
stinkyfrenNames(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tieredWhitelistMaximums(uint256) view returns (uint256)
tieredWhitelistMerkleRoot(uint256) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
viewStinkyFrenName(uint256 _tokenId) view returns (string)
whitelistAddressCustomLimit(address) view returns (uint256)
whitelistAddressGiftCount(address) view returns (uint256)
whitelistAddressMintCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
changeStinkyFrenName(uint256 _tokenId, string _name)
mintAdmin(address _recipient, uint256 _quantity)
mintGift(uint256 _tier, bytes32[] merkleProof)
mintPublic(uint256 _quantity) payable
mintWhitelist(uint256 _tier, uint256 _quantity, bytes32[] merkleProof) payable
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_)
setPublicSale(bool toggle)
setWhitelistAddressCustomLimit(address _address, uint256 _amount)
setWhitelistMerkleRoot(uint256 tier, bytes32 merkleRoot)
setWhitelistSale(bool toggle)
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)
stinkyfrenNameChange(address _by, uint256 _tokenId, string _name)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()