Millionaire Rabbits
Verified contract
Active on
Ethereum with 859 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCKS | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18481547 | a year ago | | | 0 | 0.00073199017 | |
| 18336860 | a year ago | | | 0 | 0.00044930224 | |
| 18312450 | a year ago | | | 0 | 0.00031124361 | |
| 18174130 | a year ago | | | 0 | 0.00040089341 | |
| 17908100 | a year ago | | | 0 | 0.00037447262 | |
| 17485859 | a year ago | | | 0 | 0.0015527925 | |
| 17314501 | a year ago | | | 0 | 0.0015421066 | |
| 17297264 | a year ago | | | 0 | 0.0015536680 | |
| 17289122 | a year ago | | | 0 | 0.0013016691 | |
| 17066828 | 2 years ago | | | 0 | 0.0016201230 |
ABI
ABI objects
Getter at block 21210022
cost() view returns (uint256)
9000000000000000
maxMintAmountPerTx() view returns (uint256)
1000
maxSupply() view returns (uint256)
4444
name() view returns (string)
Millionaire Rabbits
owner() view returns (address)
0xbeed5427b0e728ac7efaad279c51d511472f9ee2
paused() view returns (bool)
false
symbol() view returns (string)
ETHRAB
totalSupply() view returns (uint256)
889
uriPrefix() view returns (string)
https://ipfs.m4rabbit.io/meme/json/
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Paused()
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setUriPrefix(string _uriPrefix)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.