TeritoriMinter
Verified contract
Active on
Ethereum with 2,566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "TeritoriMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17535220 | a year ago | | | 0 | 0.00060792684 | |
| 17072660 | 2 years ago | | | 0 | 0.019082944 | |
| 17072659 | 2 years ago | | | 0.134 | 0.0049790866 | |
| 16889156 | 2 years ago | | | 0 | 0.00039364247 | |
| 16860286 | 2 years ago | | | 0 | 0.0036964353 | |
| 16860285 | 2 years ago | | | 0.067 | 0.0013308877 | |
| 16833775 | 2 years ago | | | 0 | 0.0085886865 | |
| 16833774 | 2 years ago | | | 0.067 | 0.0031901130 | |
| 16769388 | 2 years ago | | | 0 | 0.00076879409 | |
| 16753150 | 2 years ago | | | 0 | 0.0050939987 |
ABI
ABI objects
Getter at block 21161203
config() view returns (uint256 maxSupply, address mintToken, uint256 mintStartTime, uint256 whitelistCount, uint256 publicMintPrice, uint256 publicMintMax)
(maxSupply=3000, mintToken=0x0000000000000000000000000000000000000000, mintStartTime=1672938000, whitelistCount=1, publicMintPrice=67000000000000000, publicMintMax=3000)
currentSupply() view returns (uint256)
1510
minter() view returns (address)
0x479a7e0fbe936504854b8bc6418622cecf17b359
minterFee() view returns (uint256)
7000000000000000
nft() view returns (address)
0x39e45eca52965210e69f7e768f58550460e5e79a
owner() view returns (address)
0x1ac3c05af7a5f168b5a30610e39d0541c6d58f4a
paused() view returns (bool)
false
tokenRequestsCount() view returns (uint256)
1510
Read-only
tokenRequests(uint256) view returns (address)
userMinted(address) view returns (uint256)
userState(address user) view returns (uint256 currentPhase, uint256 mintPrice, bool userCanMint)
userWhitelisted(uint256, address) view returns (bool)
whitelistSize(uint256) view returns (uint256)
whitelists(uint256) view returns (uint256 mintMax, uint256 mintPeriod, uint256 mintPrice)
State-modifying
Events mint(struct TeritoriMinterMintData[] mintData)
mintWithMetadata(struct TeritoriMinterMintDataWithMetadata[] mintData)
pause()
renounceOwnership()
requestMint(address user, uint256 count) payable
setConfig(struct TeritoriMinterConfig newConfig)
setMinter(address newMinter)
setMinterFee(uint256 newMinterFee)
setWhitelist(uint256 whitelistPhase, address[] users, bool whitelisted)
setWhitelistConfig(uint256[] whitelistPhases, struct TeritoriMinterWhitelistConfig[] newWhitelistMintConfigs)
startMint()
transferOwnership(address newOwner)
unpause()
withdrawFund()
MintRequest(address user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
WithdrawFund(address token, uint256 amount)
constructor(string _name, string _symbol, string _contractURI, address _nft_impl, address _minter, uint256 _minterFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.