MadRabbitsRiotClub
Verified contract
Active on
Ethereum with 13,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "MadRabbitsRiotClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234597 | a day ago | | | 0 | 0.00038832461 | |
| 21224553 | 3 days ago | | | 0 | 0.00088230717 | |
| 21224156 | 3 days ago | | | 0 | 0.00080762090 | |
| 21198329 | 6 days ago | | | 0 | 0.0011012755 | |
| 21164258 | 11 days ago | | | 0 | 0.00083726322 | |
| 21095743 | 21 days ago | | | 0 | 0.00052353665 | |
| 21085247 | 22 days ago | | | 0 | 0.00034152889 | |
| 21085112 | 22 days ago | | | 0 | 0.00039188349 | |
| 21044838 | a month ago | | | 0 | 0.00037064004 | |
| 21044836 | a month ago | | | 0 | 0.00037380800 |
ABI
ABI objects
Getter at block 21243097
_MAIN_SALE_SUPPLY() view returns (uint256)
6400
_MINT_LIMIT() view returns (uint256)
10
_PRESALE_SUPPLY() view returns (uint256)
2500
_SUPPLY() view returns (uint256)
7500
_active() view returns (bool)
false
_baseTokenURI() view returns (string)
ipfs://Qmb54vLeuBVWs927V9uBqm7uGswv4MEXJnP7rPe2FftcYF/
_bulkActive() view returns (bool)
false
_gifts() view returns (uint256)
0
_presaleActive() view returns (bool)
false
_presaleMintLimit() view returns (uint256)
3
_price() view returns (uint256)
65000000000000000
_v1() view returns (address)
0x9704e7f9445509c740caafb4c6cd62cea03c3fa5
_v2() view returns (address)
0x060b103d088e3f5c8381c20cf2c5e675dda28d59
_v3() view returns (address)
0x5453d123eddc36f2c05e1fccbd0aa9fac579bc2a
_v4() view returns (address)
0x5404980c4e40310073f4c959e91ba94c4c47ca03
_v5() view returns (address)
0x01a5ade4eb79999a941d887ace9b2710c2578c5f
_v6() view returns (address)
0x17842c31d82c05fa5bad798a44b496b470265777
_v7() view returns (address)
0x8353cacfcffa3f7111cbcde6e49f720e14fda06e
_v8() view returns (address)
0xec7146921ee4ab15375bc01673e6d9dd4375eff8
_v9() view returns (address)
0x1edc92cf7447a8feca279ea48d60d05100f03694
name() view returns (string)
MadRabbitsRiotClub
owner() view returns (address)
0x9704e7f9445509c740caafb4c6cd62cea03c3fa5
symbol() view returns (string)
MRRC
totalSupply() view returns (uint256)
7500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBulkAmount(address owner) view returns (uint256)
getPresaleMints(address owner) view returns (uint256)
getTokensByWallet(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address owner) 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 addToWhitelist(address[] addresses)
approve(address to, uint256 tokenId)
bulk(uint256 _amount) payable
gift(address _to, uint256 _amount)
mint(uint256 _amount) payable
presale(uint256 _amount) payable
removeFromWhitelist(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool active)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBulkActive(bool bulkActive)
setBulkAmount(address owner, uint256 _amount)
setPresaleActive(bool presaleActive)
setPresaleMintLimit(uint256 presaleMintLimit)
setPrice(uint256 price)
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.