OnTrackCollectionMinter
Verified contract
Active on
Ethereum with 1,252 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x020c…4934
0x40dd…93b4
Balances ($0.00)
No balances found for "OnTrackCollectionMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308057 | 12 days ago | | | 0 | 0.00089895476 | |
| 20214136 | 5 months ago | | | 0.005 | 0.0020822336 | |
| 20051114 | 6 months ago | | | 0.001 | 0.00066009310 | |
| 19899535 | 7 months ago | | | 0.001 | 0.00041222473 | |
| 19878564 | 7 months ago | | | 0.001 | 0.00052123732 | |
| 19833834 | 7 months ago | | | 0.001 | 0.00094179496 | |
| 19769035 | 7 months ago | | | 0.001 | 0.0019628228 | |
| 19215868 | 10 months ago | | | 0.001 | 0.0049959965 | |
| 19032818 | a year ago | | | 0.001 | 0.0048739233 | |
| 19001735 | a year ago | | | 0.001 | 0.0020034795 |
ABI
ABI objects
Getter at block 21391831
atemCarClubCardsAssets() view returns (address)
0x020cdc4775366ae436f13a7d333143432e884934
maxSupply() view returns (uint256)
12455
mintPrice() view returns (uint256)
1000000000000000
mintingEnabled() view returns (bool)
true
onTrackCollectionNft() view returns (address)
0x40dda1fe34ddea62be817ff481378c0cb54a93b4
owner() view returns (address)
0xd576cc2ff7fbe98fd4906b073bcc7778d3ba4c52
totalSupply() view returns (uint256)
3923
Read-only
getTokensMintedStatus(uint256[] tokenIds) view returns (bool[])
tokenMinted(uint256) view returns (bool)
State-modifying
Events mintCollectionNft(uint256[] tokenIds) payable
renounceOwnership()
setAtemCarClubCardsAssets(address _address)
setEnabled(bool _bool)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _price)
setOnTrackCollectionNft(address _address)
transferOwnership(address newOwner)
withdraw(address _to)
EtherWithdrawn(address to, uint256 amount)
Minted(address indexed minter, uint256[] indexed tokenIds, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _onTrackCollectionNft, address _atemCarClubCardsAssets, uint256 _mintPrice, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.