ATXDAOMinter
Verified contract
Active on
Ethereum with 72 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63f8…4b00
0x407c…ce23
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATX | ERC-721 | 1 | -- | -- | |
ATX | ERC-721 | 1 | -- | -- | |
ATX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20717703 | 2 months ago | | | 0 | 0.00054088331 | |
| 18215103 | a year ago | | | 1 | 0.0035796319 | |
| 18085976 | a year ago | | | 0 | 0.0012814097 | |
| 17830543 | a year ago | | | 1 | 0.0054351424 | |
| 17824445 | a year ago | | | 0 | 0.00095044800 | |
| 17817488 | a year ago | | | 1 | 0.0042001249 | |
| 17817055 | a year ago | | | 1 | 0.0040474825 | |
| 17797846 | a year ago | | | 1 | 0.0041665266 | |
| 17782152 | a year ago | | | 1 | 0.0045554836 | |
| 17781014 | a year ago | | | 0 | 0.0061714276 |
ABI
ABI objects
Getter at block 21223481
isMintable() view returns (bool)
true
lastRoundTokenId() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x9730aa3365fa1da4fb20dddc219f2e0f695162ef60b80396b432aac710f656f9
mintedIndex() view returns (uint8)
1
nft() view returns (address)
0x63f8f23ce0f3648097447622209e95a391c44b00
owner() view returns (address)
0x51040ce6fc9b9c5da69b044109f637dc997e92de
price() view returns (uint256)
1000000000000000000
Read-only
canMint(address recipient, bytes32[] proof, string tokenURI) view returns (bool)
canTradeIn(address recipient, bytes32[] proof, string tokenURI) view returns (bool)
hasMinted(address recipient) view returns (bool)
lastMinted(address) view returns (uint8)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
verifyProof(bytes32[] proof, address recipient, string tokenURI, bool isNewMember) view returns (bool)
State-modifying
Events endMint()
mint(bytes32[] proof, string tokenURI) payable
mintSpecial(address to, string tokenURI)
renounceOwnership()
resetHasMinted(address[] addrs)
setBank(address _bank)
startMint(bytes32 _merkleRoot, uint256 _price, bool _isNewRound)
tradeIn(bytes32[] proof, string tokenURI, uint256 tokenId)
transferNftOwnership(address to)
transferOwnership(address newOwner)
Mint(address to, string tokenURI, uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradeIn(address to, string tokenURI, uint256 oldTokenId)
constructor(address _nftAddress, address _bank)
This contract contains no fallback and receive objects.
DoubleMint()
FailedTransferToVault()
InvalidEtherSent()
InvalidMerkleRoot()
InvalidPrice()
InvalidProof()
MintNotStarted()
ZeroAddress()