MinimaCrowdsale
Verified contract
Active on
Ethereum with 3,451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x669c…a4af
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "MinimaCrowdsale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19408348 | 8 months ago | | | 0 | 0.0017750555 | |
| 19408347 | 8 months ago | | | 0 | 0.0015885697 | |
| 17243743 | a year ago | | | 0 | 0.0025039419 | |
Transfer | 16875765 | 2 years ago | | | 0.00085196776 | 0.00028360607 | |
| 16870693 | 2 years ago | | | 0 | 0.0013446520 | |
| 16869639 | 2 years ago | | | 0 | 0.0030050475 | |
| 16856437 | 2 years ago | | | 0 | 0.0023006578 | |
| 16847055 | 2 years ago | | | 0 | 0.0024774728 | |
| 16831717 | 2 years ago | | | 0 | 0.0024175056 | |
| 16789339 | 2 years ago | | | 0 | 0.0030479242 |
ABI
ABI objects
Getter at block 21162340
EIP712_DOMAIN() view returns (bytes32)
0x857e948ceacb2d661a83decd61b34babee7ec144e54ab459a5c7dcc521d7bb4a
SUPPORT_TYPEHASH() view returns (bytes32)
0xdf328b2292b335deb135df11bb115fae8f4b5b11499e90906316ac34021cd039
currentRate() view returns (uint256)
4166660000000
minimaSold() view returns (uint256)
10736638394849400000000000
owner() view returns (address)
0x8ce4f863a62be8a23d94d8ddac96cafdfa3317e3
paused() view returns (bool)
false
purchaseToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
signer() view returns (address)
0x8ce4f863a62be8a23d94d8ddac96cafdfa3317e3
token() view returns (address)
0x669c01caf0edcad7c2b8dc771474ad937a7ca4af
usdtCap() view returns (uint256)
15900000000000
usdtRaised() view returns (uint256)
2276692890000
wallet() view returns (address)
0xbefde338daec0240f70cdef420cb4eedd54aa71d
Read-only
purchased(address) view returns (bool)
State-modifying
Events pause()
purchaseTokens(bytes signature, address beneficiary, uint256 usdtAmount) payable
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdrawTokens(address _tokenContract, uint256 _amount)
FundsWithdrawn(address indexed withdrawer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensPurchased(address indexed beneficiary, uint256 value, uint256 amount)
Unpaused(address account)
constructor(uint256[] rates, uint256[] tranches, uint256 usdtCap, address wallet, address token, address purchaseToken, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.