CallMeRuggiePie
Verified contract
Active on
Ethereum with 4,774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26.75)
Native
Value
$26.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,343.18 |
$26.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19302797 | 9 months ago | | | 0 | 0.00064273560 | |
| 18495528 | a year ago | | | 0 | 0.00072073181 | |
| 18477092 | a year ago | | | 0 | 0.00043675554 | |
| 18477074 | a year ago | | | 0 | 0.00040565113 | |
| 18413579 | a year ago | | | 0 | 0.0016799293 | |
| 18280914 | a year ago | | | 0 | 0.00027346562 | |
| 18256453 | a year ago | | | 0 | 0.00027462817 | |
| 17570993 | a year ago | | | 0 | 0.00046281787 | |
| 17515939 | a year ago | | | 0 | 0.0013590184 | |
| 17431419 | a year ago | | | 0 | 0.00097945749 |
ABI
ABI objects
Getter at block 21271386
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmfCmenSxwZiRQswdqJHfLFrijZHeVQWeJRfQqPuQbHX3u/
collectionSize() view returns (uint256)
7777
maxItemsPerTx() view returns (uint256)
2
maxWhitelistMint() view returns (uint256)
2
mintPrice() view returns (uint256)
0
name() view returns (string)
CallMeRuggiePie
owner() view returns (address)
0x4fb1fb46717017616f7b34d1fac0a663737087fc
publicSale() view returns (bool)
true
symbol() view returns (string)
RGP
totalSupply() view returns (uint256)
7777
whiteListSale() view returns (bool)
true
whitelistMintPrice() view returns (uint256)
0
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalStings(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMaxItemsPerTx(uint256 _maxItemsPerTx)
setMintPrice(uint256 _mintPrice)
setStinglist(address[] _addressArray)
setWhitelist(address[] _addressArray)
sting()
togglePublicSale()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistAddress(address[] _users)
whitelistMint(uint256 _quantity) payable
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()