A6 Experiment
Verified contract
Active on
Ethereum with 240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($659.26)
Native
Value
$659.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.207002 | $3,184.79 |
$659.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19208822 | 9 months ago | | | 0 | 0.0011435556 | |
| 16969127 | 2 years ago | | | 0 | 0.0010724344 | |
| 16657007 | 2 years ago | | | 0 | 0.0010636302 | |
| 16656993 | 2 years ago | | | 0 | 0.0011724629 | |
| 16652432 | 2 years ago | | | 0 | 0.0012238374 | |
| 16356525 | 2 years ago | | | 0 | 0.00067239366 | |
| 16308306 | 2 years ago | | | 0 | 0.00078094142 | |
| 16269827 | 2 years ago | | | 0 | 0.00089041112 | |
| 16214631 | 2 years ago | | | 0 | 0.00066940012 | |
| 15695939 | 2 years ago | | | 0 | 0.00026866077 |
ABI
ABI objects
Getter at block 21216401
baseURI() view returns (string)
http://3.228.72.48/index.php/metadata/
holdingMax() view returns (uint256)
420
minted() view returns (uint256)
442
mintingMax() view returns (uint256)
10
mintingPrice() view returns (uint256)
69000000000000000
name() view returns (string)
A6 Experiment
open() view returns (bool)
true
owner() view returns (address)
0xb1c9bd09e205312973b01d45d18d103434f83a8c
preminted() view returns (bool)
true
presaleMaximum() view returns (uint256)
10
project() view returns (string)
A6 Experiment
secret() view returns (address)
0xcf8d9a3ac1d8c22a7a26cea1d5fa24de8661fc66
symbol() view returns (string)
A6EX
totalSupply() view returns (uint256)
4200
vaultAddress() view returns (address)
0x9a30d1d71ddfe4d6362a983c70c56d55b1c3d299
whitelisted() view returns (bool)
false
withdrawAddress() view returns (address)
0x6c184c2a60dc0d8962bc439d748de9d3d929cbfe
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
redeemed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
distribute(address[] _holders, uint256[] _amounts)
mint(bytes signature, uint256 tokenAmount, uint256 redeem) payable
mintByOwner(address receiver, uint256 tokenAmount)
premint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setHoldingMax(uint256 _holdingMax)
setMintingMax(uint256 _mintingMax)
setMintingPrice(uint256 _mintingPrice)
setMultiple(uint256 _totalSupply, uint256 _mintingPrice, uint256 _mintingMax, uint256 _holdingMax)
setOpen(bool _open)
setSecret(address _secret)
setWhitelisted(bool _whitelisted)
setWithdrawAddress(address _withdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH(address depositAddress, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _project, string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()