PublicMinting
Verified contract
Active on
Ethereum with 1,431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x330c…d6b2
0x2306…b0ca
Balances ($0.00)
No balances found for "PublicMinting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14606999 | 3 years ago | | | 0 | 0.00075451742 | |
| 14363784 | 3 years ago | | | 0 | 0.00036064500 | |
| 14295321 | 3 years ago | | | 0 | 0.0012721980 | |
| 14295315 | 3 years ago | | | 0 | 0.0014258922 | |
| 14287726 | 3 years ago | | | 0 | 0.00061755248 | |
| 14281483 | 3 years ago | | | 0 | 0.00047202088 | |
| 14275040 | 3 years ago | | | 0 | 0.00075764483 | |
| 14275040 | 3 years ago | | | 0 | 0.00075692354 | |
| 14273765 | 3 years ago | | | 0 | 0.0011615786 | |
| 14273765 | 3 years ago | | | 0 | 0.0011618190 |
ABI
ABI objects
Getter at block 21205449
amount() view returns (uint256)
0
duration() view returns (uint256)
604800
getRandomNumber() view returns (uint256)
89359458401736389466928494906324920516634164619844061675443467181253612732608
maxQuantity() view returns (uint256)
20
minting() view returns (address)
0x2306b42baca1b34770ea489f4ec2023f5340b0ca
nft() view returns (address)
0x330ceed8e9fc1c5051389fe435c8574a22efd6b2
owner() view returns (address)
0xdd5beabc287b11a1c9633f1f8757afa60ec38fb0
startTimestamp() view returns (uint256)
0
Read-only
addSalt(uint256 value, uint256 salt) pure returns (uint256)
indexes(uint256) view returns (uint256)
range(uint256 number, uint256 from, uint256 to) pure returns (uint256)
State-modifying
Events mint(uint256 quantity)
mintMass(uint256[] quantities, address[] users)
renounceOwnership()
setDuration(uint256 duration_)
setMaxQuantity(uint256 maxQuantity_)
start()
stop()
syncAmount()
transferOwnership(address newOwner)
Mint(uint256 indexed timestamp, address indexed user, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDuration(uint256 indexed timestamp, address indexed user, uint256 duration)
SetMaxQuantity(uint256 indexed timestamp, address indexed user, uint256 maxQuantity)
Start(uint256 indexed timestamp, address indexed user)
Stop(uint256 indexed timestamp, address indexed user)
SyncAmount(uint256 indexed timestamp, address indexed user, uint256 amount)
constructor(address nft_, address minting_)
This contract contains no fallback and receive objects.
This contract contains no error objects.