MetaPunkController2022
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0144…c9df
0x1755…6c60
Balances ($0.00)
No balances found for "MetaPunkController2022"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14417324 | 3 years ago | | | 0 | 0.00095487706 | |
| 14406933 | 3 years ago | | | 0 | 0.013998367 | |
| 14406883 | 3 years ago | | | 0 | 0.0011728951 | |
| 14404198 | 3 years ago | | | 0 | 0.086401588 | |
| 14404016 | 3 years ago | | | 0 | 0.0025760700 |
ABI
ABI objects
Getter at block 21386279
DAOToken() view returns (address)
0x1755b682cff797ee083faf3f3e1c3e1015586c60
baseUri() view returns (string)
https://cloudflare-ipfs.com/ipfs/bafybeihuwyzyxmghhgbk5jvu4rjzwworbnvkfh6ba4pm3xrxb6iovnguhq/
isWhiteListMintOpen() view returns (bool)
false
isWhiteListOpen() view returns (bool)
false
metaPunk() view returns (address)
0x0144b7e66993c6bfab85581e8601f96bfe50c9df
mintFee() view returns (uint256)
60000000000000000
owner() view returns (address)
0xe8d848debb3a3e12aa815b15900c8e020b863f31
paused() view returns (bool)
true
pridePunkTreasury() view returns (address)
0xef352cbb151833842a2d8baa22ed9e686e5b08ab
tokenId() view returns (uint256)
210
vault() view returns (address)
0xef352cbb151833842a2d8baa22ed9e686e5b08ab
whiteListMintFee() view returns (uint256)
40000000000000000
whiteListMintLimit() view returns (uint256)
4
whiteListTotalMintLimit() view returns (uint256)
5000
Read-only
bootstrapList(address) view returns (uint256)
receivedDAOToken(address) view returns (bool)
whiteList(address) view returns (bool)
State-modifying
Events addTeamMember(address[] _users, uint256[] _amounts)
addToWhitelist()
balanceOf(address _user) returns (uint256)
mint(uint256 _requestedAmount) payable
ownerMintById(uint256 _tokenId)
ownerMultiMint(address[] recipients, uint256[] amounts)
punkIndexToAddress(uint256) returns (address)
renounceOwnership()
sendToVault()
setup(uint256 _mintFee, uint256 _whiteListMintFee, uint256 _whiteListMintLimit, string _baseUri, address _metaPunk, address _vault, address _DAOToken, address _pridePunkTreasury)
teamMint(uint256 _requestedAmount) payable
togglePause()
toggleWhiteList(bool _isWhiteListOpen, bool _isWhiteListMintOpen)
transferDAOTokenOwnership(address newOwner)
transferOwnership(address newOwner)
transferOwnershipUnderlyingContract(address _newOwner)
updateMintFee(uint256 _mintFee)
updateWhiteListMintFee(uint256 _mintFee)
updateWhiteListTotalMintLimit(uint256 _limit)
whiteListMint(uint256 _requestedAmount) payable
BootStrappersAdded(address[] Users, uint256[] Amounts)
FeeUpdated(uint256 mintFee)
MetaPunk2022Created(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausedState(bool paused)
WhiteListFeeUpdated(uint256 mintFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.