MintableSale
Verified contract
Active on
Ethereum with 7,572 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 "MintableSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14412197 | 3 years ago | | | 0.35 | 0.0028287784 | |
| 14412197 | 3 years ago | | | 0.35 | 0.0028095080 | |
| 14412197 | 3 years ago | | | 0.35 | 0.0028264819 | |
| 14271082 | 3 years ago | | | 0.35 | 0.0036288990 | |
| 14268791 | 3 years ago | | | 0.35 | 0.0028558664 | |
| 14268790 | 3 years ago | | | 0.35 | 0.0028605439 | |
| 14192792 | 3 years ago | | | 0.35 | 0.0027415676 | |
| 14192792 | 3 years ago | | | 0.35 | 0.0027415676 | |
| 14192792 | 3 years ago | | | 0.35 | 0.0027415676 | |
| 14192792 | 3 years ago | | | 0.35 | 0.0027381236 |
ABI
ABI objects
Getter at block 21159945
batchLimit() view returns (uint32)
0
finalId() view returns (uint32)
12000
isActive() view returns (bool)
false
isPublicSale() view returns (bool)
false
itemsAvailable() view returns (uint32)
0
itemsOnSale() view returns (uint32)
0
mintLimit() view returns (uint32)
0
nextId() view returns (uint32)
12001
owner() view returns (address)
0xec43bfbcc580067b2c075f2c8a83b4e74be6cf75
root() view returns (bytes32)
0xfd777eda95eb319e6c934eb823970a91e12270c629fdd43bbb623f22c7f8471c
saleNumber() view returns (uint32)
4
soldCounter() view returns (uint32)
12000
tokenContract() view returns (address)
0xeb6dffb87315a2bdf4dedf72b993adc960773a0d
totalReleased() view returns (uint256)
4098900000000000000000
totalShares() view returns (uint256)
1000
Read-only
mints(uint32, address) view returns (uint32)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
totalReleased(address token) view returns (uint256)
State-modifying
Events buy(uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof, uint32 _amount) payable
buySingle(uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof) payable
buySingleTo(address _to, uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof) payable
buyTo(address _to, uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof, uint32 _amount) payable
devBuy(uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof, uint32 _amount) payable
devBuySingle(uint256 _price, uint256 _start, uint256 _end, bytes32[] _proof) payable
initialize(uint32 _nextId, uint32 _finalId, uint32 _batchLimit, uint32 _mintLimit, bytes32 _root, bool _isPublicSale)
release(address account)
release(address token, address account)
renounceOwnership()
transferOwnership(address newOwner)
Bought(address indexed _by, address indexed _to, uint256 _amount, uint256 _value)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(address indexed _by, uint32 _nextId, uint32 _finalId, uint32 _batchLimit, uint32 _limit, bytes32 _root, bool _isPublicSale)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
constructor(address _tokenContract, address[] addressList, uint256[] shareList)
receive()
This contract contains no error objects.