Sale

Verified contract

Active on Ethereum with 2,199 txns
Deployed by via 0x5b96a504 at 15229143
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sale"

0xebe17471152f8c146b6c37858a7383f7e62f5c6b99499c96aee4d2a5de974335
0x3e785a5ec1533831ad4d85afff4718d3e69769e7160676bd391ae241cbb5b83e
0x08d00cfcc2402bff884be847035e0e34f3831dd16360ad558a24008f44186f15
0x4381d4706629d1f8af9e17a678716bed681eab695581eb76d36d6fb92676969f
0xb052297f245bd10e4f30e809875c774927a5ecc03f784b7fc4135b35ea3bb9ef
0xfbcc594faadb6980a3a88e6a6ef51c90a5667fb248caa63cc1229423ea4d7857
0xa910a49863a426ab1e751a0274539880552cceff42bd255b2bf53604d5a6b968
0xdb01974d9868ad6f25b3018861997339abc523a2cc3ec6d1b352653acabd204e
0xb3caf7107326a606f9e2512439a750b08e66e5c5efdac1d6ec9ff824f629bf97
0xfda58f7e83544f6edab4d89da3e6db4d5e8f208f27f535fd5dd169b3e16a9413

Functions
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 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isOperator(address _accountview returns (bool)
minted(addressview returns (uint256)
mintedPresale(addressview returns (uint256)
nonces(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addOperator(address _account
endSale(
grantRole(bytes32 roleaddress account
increaseMaxMintable(uint256 _amount
mintUnsoldTokens(address _to
purchase(uint256 _amountbytes _sigpayable 
removeOperator(address _account
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setMaxMintPerAddress(uint256 _maxMintPerAddress
setMaxMintPerTx(uint256 _maxMintPerTx
setPrice(uint256 _price
setSigner(address _signer
startPresale(
startSale(
transferOwnership(address _newOwner
withdrawEth(address _to
Events
LogAssetSet(address indexed asset
LogEthSent(address indexed accountuint256 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 accountuint256 amount
LogSaleEnded(address indexed operator
LogSaleStarted(address indexed operator
LogSignerSet(address signer
LogUnsoldTokensMinted(address indexed accountuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address _signeraddress _assetuint256 _mintingCap
Fallback and receive
receive(
Errors
EthReceived(
ExceedCap(
ExceedMaxMintPerAddress(
ExceedMaxMintPerTx(
ExceedMaxMintable(
InsufficientEth(
InvalidAddress(
InvalidAmount(
InvalidMaxMintPerAddress(
InvalidMaxMintPerTx(
InvalidMintingCap(
InvalidSignature(
NFTSoldOut(
NoChangeToTheState(
NoOperatorRole(
NotContract(
SaleNotEnded(
SaleNotGoing(