MetaPunkController2022
Verified contract
Active on
Ethereum with 32 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0144…c9df
0xba40…a4a4
0x1755…6c60
Balances ($0.00)
No balances found for "MetaPunkController2022"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14400963 | 3 years ago | | | 0 | 0.0021910232 | |
| 14400904 | 3 years ago | | | 0.06 | 0.017943731 | |
| 14400797 | 3 years ago | | | 0.18 | 0.073731483 | |
| 14400737 | 3 years ago | | | 0.06 | 0.017086088 | |
| 14400650 | 3 years ago | | | 0.3 | 0.097299773 | |
| 14400645 | 3 years ago | | | 0.06 | 0.015052761 | |
| 14400632 | 3 years ago | | | 0.3 | 0.068470538 | |
| 14400584 | 3 years ago | | | 0.12 | 0.024687888 | |
| 14400564 | 3 years ago | | | 0.06 | 0.019724506 | |
| 14400548 | 3 years ago | | | 0.06 | 0.015762388 |
ABI
ABI objects
Getter at block 21330802
DAOToken() view returns (address)
0x1755b682cff797ee083faf3f3e1c3e1015586c60
baseUri() view returns (string)
https://ipfs.io/ipfs/bafybeigmfmrekuq65vhsiypvmdj3zhxwa2w7jic2z7dx4vrggqj2o6cuhq/
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)
false
pridePunkTreasury() view returns (address)
0xef352cbb151833842a2d8baa22ed9e686e5b08ab
tokenId() view returns (uint256)
210
vault() view returns (address)
0xba40363026b0dd1ccca832bb5dbdd248d3b3a4a4
whiteListMintFee() view returns (uint256)
40000000000000000
whiteListMintLimit() view returns (uint256)
3
Read-only
whiteList(address) view returns (bool)
State-modifying
Events addToWhitelist()
balanceOf(address _user) returns (uint256)
mint(uint256 _requstedAmount) 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)
togglePause()
toggleWhiteList(bool _isWhiteListOpen, bool _isWhiteListMintOpen)
transferDAOTokenOwnership(address newOwner)
transferOwnership(address newOwner)
transferOwnershipUnderlyingContract(address _newOwner)
updateMintFee(uint256 _mintFee)
updateWhiteListMintFee(uint256 _mintFee)
whiteListMint(uint256 _requstedAmount) payable
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.