RebelsMinter
Verified contract
Active on
Ethereum with 1,668 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xafe7…9cca
Balances ($0.00)
No balances found for "RebelsMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15919029 | 2 years ago | | | 0 | 0.0017015626 | |
| 15919029 | 2 years ago | | | 0 | 0.0017015626 | |
| 15919029 | 2 years ago | | | 0 | 0.0017015626 | |
| 15013420 | 2 years ago | | | 0 | 0.0055968854 | |
| 15013414 | 2 years ago | | | 0 | 0.0077305088 | |
| 14911646 | 2 years ago | | | 0 | 0.0054233739 | |
| 14911595 | 2 years ago | | | 0 | 0.0067285500 | |
| 14911559 | 2 years ago | | | 0 | 0.0023649323 | |
| 14911559 | 2 years ago | | | 0 | 0.0024222780 | |
| 14911476 | 2 years ago | | | 0 | 0.0028258376 |
ABI
ABI objects
Getter at block 21213569
maxMintPerTx() view returns (uint256)
3
mintCooldownInSeconds() view returns (uint256)
60
owner() view returns (address)
0xbd6953668816f02fea4e35bd339de0283290ba37
rebelsGenesis() view returns (address)
0xafe7bb8c4cacbc8bd1a72318ada9e636aa6c9cca
Read-only
canMint(address _addr) view returns (bool, uint256)
timeAllowedToMint(address) view returns (uint256)
State-modifying
Events freeMint(uint256 _amount)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
reclaimOwnership()
renounceOwnership()
setCooldownSeconds(uint256 _seconds)
setMaxMintPerTx(uint256 _amount)
transferOwnership(address newOwner)
FreeMint(address _addr, uint256 _nextTimeAllowed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _rebelsNft)
This contract contains no fallback and receive objects.
IllegalMintAmount()
NotCurrentlyOwner()
OnCooldown(uint256 timeAllowed)