MintableSale
Verified contract
Active on
Ethereum with 3,438 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) |
---|---|---|---|---|---|---|---|
| 13764559 | 3 years ago | | | 0.08 | 0.0014156285 | |
| 13622167 | 3 years ago | | | 0.08 | 0.0047473484 | |
| 13470055 | 3 years ago | | | 0.08 | 0.0039931923 | |
| 13432037 | 3 years ago | | | 0.16 | 0.0016067552 | |
| 13424928 | 3 years ago | | | 0.08 | 0.0031170457 | |
| 13424923 | 3 years ago | | | 0.08 | 0.0040879866 | |
Transfer | 13424860 | 3 years ago | | | 0.090360597 | 0.0017878780 | |
| 13422756 | 3 years ago | | | 0.08 | 0.0025541651 | |
| 13417245 | 3 years ago | | | 0.08 | 0.0047522751 | |
| 13417245 | 3 years ago | | | 0.08 | 0.0047522751 |
ABI
ABI objects
Getter at block 21202310
batchLimit() view returns (uint32)
5
finalId() view returns (uint32)
10000
isActive() view returns (bool)
false
itemPrice() view returns (uint64)
80000000000000000
itemsAvailable() view returns (uint32)
0
itemsOnSale() view returns (uint32)
0
nextId() view returns (uint32)
10001
owner() view returns (address)
0x1e7c1d246d2e072e8fc00b50b19deb511a325b64
saleEnd() view returns (uint32)
4000000000
saleStart() view returns (uint32)
0
soldCounter() view returns (uint32)
7999
tokenContract() view returns (address)
0x3b5932c43f345d422a4dbf6e7ae486cafb85f1d5
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(uint32 _amount) payable
buySingle() payable
buySingleTo(address _to) payable
buyTo(address _to, uint32 _amount) payable
initialize(uint64 _itemPrice, uint32 _nextId, uint32 _finalId, uint32 _saleStart, uint32 _saleEnd, uint32 _batchLimit)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
withdrawTo(address _to)
Bought(address indexed _by, address indexed _to, uint256 _amount, uint256 _value)
Initialized(address indexed _by, uint64 _itemPrice, uint32 _nextId, uint32 _finalId, uint32 _saleStart, uint32 _saleEnd, uint32 _batchLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawn(address indexed _by, address indexed _to, uint256 _value)
constructor(address _tokenContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.