Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Sale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15246654 | 2 years ago | | | 0 | 0.00016053542 | |
| 15245612 | 2 years ago | | | 0 | 0.00067161322 | |
| 15238125 | 2 years ago | | | 0 | 0.0013783083 | |
| 15236269 | 2 years ago | | | 0 | 0.00018721500 | |
| 15233578 | 2 years ago | | | 0 | 0.0010839070 | |
| 15233578 | 2 years ago | | | 0 | 0.0010839070 | |
| 15233148 | 2 years ago | | | 0 | 0.0016729394 | |
| 15233126 | 2 years ago | | | 0 | 0.0030266621 | |
| 15233124 | 2 years ago | | | 0 | 0.0015597900 | |
| 15233122 | 2 years ago | | | 0 | 0.0016245819 |
ABI
ABI objects
Getter at block 21157754
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
asset() view returns (address)
0x8e5324d34ee9ab2ed84ac9ba237ca0433e89130c
maxMintPerAddress() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
1
maxMintable() view returns (uint256)
1000
mintingCap() view returns (uint256)
1500
owner() view returns (address)
0x66026e445d36b60a506dbb9ab73309393694dd1f
price() view returns (uint256)
0
signer() view returns (address)
0x7a85074d3d22d37fff5315ceb7105dadcbcf4363
step() view returns (uint8)
0
totalMinted() view returns (uint256)
1000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isOperator(address _account) view returns (bool)
minted(address) view returns (uint256)
mintedPresale(address) view returns (uint256)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOperator(address _account)
endSale()
grantRole(bytes32 role, address account)
increaseMaxMintable(uint256 _amount)
mintUnsoldTokens(address _to)
purchase(uint256 _amount, bytes _sig) payable
removeOperator(address _account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setMaxMintPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setSigner(address _signer)
startPresale()
startSale()
transferOwnership(address _newOwner)
withdrawEth(address _to)
LogAssetSet(address indexed asset)
LogEthSent(address indexed account, uint256 amount)
LogMaxMintPerAddressSet(uint256 maxMintPerAddress)
LogMaxMintPerTxSet(uint256 maxMintPerTx)
LogMaxMintableSet(uint256 maxMintable)
LogMintingCapSet(uint256 mintingCap)
LogOperatorAdded(address indexed account)
LogOperatorRemoved(address indexed account)
LogPresaleStarted(address indexed operator)
LogPriceSet(uint256 price)
LogPurchased(address indexed account, uint256 amount)
LogSaleEnded(address indexed operator)
LogSaleStarted(address indexed operator)
LogSignerSet(address signer)
LogUnsoldTokensMinted(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _signer, address _asset, uint256 _mintingCap)
receive()
EthReceived()
ExceedCap()
ExceedMaxMintPerAddress()
ExceedMaxMintPerTx()
ExceedMaxMintable()
InsufficientEth()
InvalidAddress()
InvalidAmount()
InvalidMaxMintPerAddress()
InvalidMaxMintPerTx()
InvalidMintingCap()
InvalidSignature()
NFTSoldOut()
NoChangeToTheState()
NoOperatorRole()
NotContract()
SaleNotEnded()
SaleNotGoing()