Raccoons
Verified contract
Active on
Ethereum with 1,100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,021.98)
Native
Value
$3,021.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.74 | $4,083.76 |
$3,021.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20680214 | 3 months ago | | | 0 | 0.00015322749 | |
| 19517470 | 9 months ago | | | 0 | 0.00097048001 | |
| 19301074 | 10 months ago | | | 0 | 0.0010612818 | |
| 19118056 | a year ago | | | 0 | 0.00059756990 | |
| 18860171 | a year ago | | | 0 | 0.00060241228 | |
| 18856192 | a year ago | | | 0 | 0.0013112850 | |
| 18451619 | a year ago | | | 0 | 0.00029385043 | |
| 17966597 | a year ago | | | 0 | 0.00077637792 | |
| 16998565 | 2 years ago | | | 0 | 0.0010709945 | |
| 16752308 | 2 years ago | | | 0 | 0.00085819711 |
ABI
ABI objects
Getter at block 21417005
_paused() view returns (bool)
true
getPrice() view returns (uint256)
80000000000000000
name() view returns (string)
Raccoons
owner() view returns (address)
0x166c2a30ab44aa9826f1f3ebf467968a682cb33f
symbol() view returns (string)
RACC
totalSupply() view returns (uint256)
1262
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adopt(uint256 num) payable
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
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)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.