Raccoon Mafia
Verified contract
Active on
Ethereum with 3,880 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Raccoon Mafia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145893 | 4 days ago | | | 0 | 0.0012620077 | |
| 21145887 | 4 days ago | | | 0 | 0.0012554190 | |
| 20848689 | a month ago | | | 0 | 0.00016226060 | |
| 20751219 | 2 months ago | | | 0 | 0.00022255545 | |
| 20597974 | 3 months ago | | | 0 | 0.000044554840 | |
| 20438764 | 3 months ago | | | 0 | 0.00013277920 | |
| 20388319 | 4 months ago | | | 0 | 0.000096426997 | |
| 20197150 | 4 months ago | | | 0 | 0.00025950009 | |
| 20131512 | 5 months ago | | | 0 | 0.00025297425 | |
| 20066865 | 5 months ago | | | 0 | 0.00014069259 |
ABI
ABI objects
Getter at block 21171302
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUgos1aLqRbSQMEfPY6VGfntU8UKEosY7fZ1zSc6nBj41/
maxRaccoonPurchase() view returns (uint256)
5
maxRaccoons() view returns (uint256)
3333
name() view returns (string)
Raccoon Mafia
owner() view returns (address)
0x430ff6cf8831767dc378a882828309b4bde4efe1
raccoonPrice() view returns (uint256)
50000000000000000
reserved() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
RM
totalSupply() view returns (uint256)
3333
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintRaccoons(uint256 numberOfTokens) payable
renounceOwnership()
reserveRaccoons()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPurchase(uint256 _value)
setMaxTokenAmount(uint256 _value)
setPrice(uint256 _price)
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)
MaxPurchaseChanged(uint256 value)
MaxTokenAmountChanged(uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RaccoonPriceChanged(uint256 price)
RaccoonsReserved()
RolledOver(bool status)
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.