JrnyNftClubMinter
Verified contract
Active on
Ethereum with 16,323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "JrnyNftClubMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14017084 | 3 years ago | | | 1.18 | 0.0025732142 | |
| 13845019 | 3 years ago | | | 1.18 | 0.0020144848 | |
| 13845019 | 3 years ago | | | 1.18 | 0.0020176569 | |
| 13845019 | 3 years ago | | | 1.18 | 0.0020176569 | |
| 13770652 | 3 years ago | | | 1.236 | 0.0019600806 | |
| 13734753 | 3 years ago | | | 1.208 | 0.0044085382 | |
| 13725048 | 3 years ago | | | 1.236 | 0.0034176530 | |
| 13722682 | 3 years ago | | | 2.468 | 0.0042169071 | |
| 13711601 | 3 years ago | | | 1.544 | 0.0036344882 | |
| 13689421 | 3 years ago | | | 1 | 0.0031104476 |
ABI
ABI objects
Getter at block 21158183
MAX_SUPPLY() view returns (uint256)
9990
counter() view returns (uint256)
9990
currentPrice() view returns (uint256)
0
decrease_interval() view returns (uint256)
600
decrease_per_interval() view returns (uint256)
28000000000000000
dogeMintCounter() view returns (uint256)
2826
dogeWhitelistMinting() view returns (bool)
false
ending_price() view returns (uint256)
1000000000000000000
getCurrentPrice() view returns (uint256)
1000000000000000000
nftAddress() view returns (address)
0x0b4b2ba334f476c8f41bfe52a428d6891755554d
owner() view returns (address)
0xad271a18324e98a38531c13537d15066edbf13c5
public_minting() view returns (bool)
true
startingPrice() view returns (uint256)
3000000000000000000
whitelistMinting() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events addToDogeWhitelist(address[] addressToAdd)
addToWhitelist(address[] addressToAdd)
disableDogeWhitelistMinting()
disableWhitelistMinting()
dogeWhitelistMint(address _toAddress) payable
enableDogeWhitelistMinting()
enableWhitelistMinting()
mint(address _toAddress) payable
ownerMint(address _toAddress, uint256 amount)
privateDogeWhitelistMint(uint256 amount) payable
renounceOwnership()
startPublicSale()
transferOwnership(address newOwner)
whitelistMint(address _toAddress) payable
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nftAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.