ETHSale
Verified contract
Active on
Ethereum with 1,914 txns
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 "ETHSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14644125 | 3 years ago | | | 0.06 | 0.0041442051 | |
| 14643926 | 3 years ago | | | 0.06 | 0.0015174016 | |
| 14640709 | 3 years ago | | | 0.2 | 0.0039940814 | |
| 14639141 | 3 years ago | | | 0.08 | 0.0055848934 | |
| 14637746 | 3 years ago | | | 0.06 | 0.0045744902 | |
| 14636656 | 3 years ago | | | 0 | 0.14419878 | |
| 14636646 | 3 years ago | | | 0 | 0.021345468 | |
| 14636643 | 3 years ago | | | 0 | 0.017956579 | |
| 14636635 | 3 years ago | | | 0 | 0.026378886 | |
| 14636632 | 3 years ago | | | 0 | 0.020078850 |
ABI
ABI objects
Getter at block 21159882
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
currentSale() view returns (struct ETHSaleSale)
(22, 1, 1, 1650657122, 1650657122, false, 0x0000000000000000000000000000000000000000000000000000000000000000, 0, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 2921, 80, 80)
currentSaleId() view returns (uint256)
22
plot() view returns (address)
0x3a7011e7e2b32c2b52f7de1294ff35d6ff20310f
Read-only
buildTokenId(uint256 _volume, uint256 _presale, uint256 _tokenIndex) view returns (uint256 tokenId_)
decodeTokenId(uint256 _tokenId) pure returns (uint256 volume_, uint256 presale_, uint256 superSecretSpice_, uint256 tokenIndex_)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isSafeTokenIdRange(uint256 _startTokenIndex, uint256 _maxPLOTs) view returns (bool valid_)
minted(uint256, address) view returns (uint256)
sales(uint256) view returns (uint256 id, uint256 volume, uint256 presale, uint256 starttime, uint256 endtime, bool active, bytes32 merkleRoot, uint256 maxQuantity, uint256 price, uint256 startTokenIndex, uint256 maxPLOTs, uint256 mintedPLOTs)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addSale(uint256 _volume, uint256 _presale, uint256 _starttime, uint256 _endtime, bool _active, bytes32 _merkleRoot, uint256 _maxQuantity, uint256 _price, uint256 _startTokenIndex, uint256 _maxPLOTs)
adminMintTo(address _to, uint256 _volume, uint256 _presale, uint256 _startTokenIndex, uint256 _quantity)
adminSaleMintTo(address _to, uint256 _quantity)
entryListMintTo(bytes32[] _proof, uint256 _maxQuantity, address _to, uint256 _quantity) payable
grantRole(bytes32 role, address account)
mintTo(address _to, uint256 _quantity) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateSale(uint256 _volume, uint256 _presale, uint256 _starttime, uint256 _endtime, bool _active, bytes32 _merkleRoot, uint256 _maxQuantity, uint256 _price, uint256 _startTokenIndex, uint256 _maxPLOTs)
updateSaleActive(bool _active)
updateSaleEndtime(uint256 _endtime)
updateSaleMaxPLOTs(uint256 _maxPLOTs)
updateSaleMaxQuantity(uint256 _maxQuantity)
updateSaleMerkleRoot(bytes32 _merkleRoot)
updateSalePresale(uint256 _presale)
updateSalePrice(uint256 _price)
updateSaleStartTokenIndex(uint256 _startTokenIndex)
updateSaleStarttime(uint256 _starttime)
updateSaleVolume(uint256 _volume)
withdrawFunds(address _to, uint256 _amount)
FundsWithdrawn(address to, uint256 amount)
Minted(address who, address to, uint256 quantity, uint256 amount)
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)
SaleAdded(address who, uint256 saleId)
SaleUpdated(address who, uint256 saleId)
constructor(address _plot)
This contract contains no fallback and receive objects.
This contract contains no error objects.