Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3545…eae8
Balances ($3,427.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OVN | ERC-20 | 951.802975 | $3.60 |
$3,426.49 | |
USD+ | ERC-20 | 0.526372 | $0.993421 |
$0.52 | |
USA | ERC-20 | 1 | $0.000747 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.00075 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11782420 | 8 months ago | | | 0 | 0.000000079229087084 | |
| 11782382 | 8 months ago | | | 0 | 1.1158081e-7 | |
| 11782234 | 8 months ago | | | 0 | 1.4951804e-7 | |
| 11782092 | 8 months ago | | | 0 | 1.2493472e-7 | |
| 11740274 | 8 months ago | | | 0 | 0.000000062102000000 | |
| 11705406 | 8 months ago | | | 0 | 0.000000062102000000 | |
| 10005624 | 10 months ago | | | 0 | 0.000000000641773806 | |
| 10005612 | 10 months ago | | | 0 | 0.000000001150687904 | |
| 10005534 | 10 months ago | | | 0 | 0.000000082196390839 | |
| 9101866 | 10 months ago | | | 0 | 0.000000079206435312 |
ABI
ABI objects
Getter at block 22766461
VESTING_DISTRIBUTION_DM() view returns (uint256)
1000000000000000000
claimBonusTime() view returns (uint256)
1695639610
claimSalesFirstPartTime() view returns (uint256)
1696244400
commitDm() view returns (uint256)
1000000
commitTakenAway() view returns (uint256)
238718911
commitToken() view returns (address)
0xb79dd08ea68a908a97220c76d19a6aa9cbde4376
endTime() view returns (uint256)
1695639600
finished() view returns (bool)
true
hardCap() view returns (uint256)
500000000000
maxCommit() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
minCommit() view returns (uint256)
1000000
owner() view returns (address)
0xd1ab4484c26cfda01189c478562fe815de511fba
salesPerCommit() view returns (uint256)
50000000000000000
salesToken() view returns (address)
0xa3d1a8deb97b111454b294e2324efad13a9d8396
softCap() view returns (uint256)
350000000000
startTime() view returns (uint256)
1695038400
started() view returns (bool)
true
totalCommitToBonus() view returns (uint256)
238951026
totalCommitments() view returns (uint256)
476914937964
totalSales() view returns (uint256)
25000000000000000000000
totalShares() view returns (uint256)
135958244590746413811340
vestingBeginTime() view returns (uint256)
1696244401
vestingDuration() view returns (uint256)
2419200
vestingProportion() view returns (uint256)
750000000000000000
whitelist() view returns (address)
0x35451cc764414119cb9c9aa30aaa0f0bbb02eae8
Read-only
claimableTotal(address) view returns (uint256)
claimed(address) view returns (uint256)
commitments(address) view returns (uint256)
finalCommit(address) view returns (uint256)
finalSales(address) view returns (uint256)
getUserInfo(address user) view returns (struct OverflowICOUserInfo userInfo)
getUserState(address user) view returns (uint8)
immutableCommitments(address) view returns (uint256)
registered(address) view returns (bool)
shares(address) view returns (uint256)
State-modifying
Events claimBonus()
claimRefund() returns (uint256, uint256, uint256)
claimSalesFirstPart()
claimVesting(address addr) returns (uint256)
commit(uint256 amount, uint256 tokenId, uint8 typeNft) payable
finish()
getCommitExcess()
renounceOwnership()
start()
transferOwnership(address newOwner)
ClaimBonus(address indexed buyer, uint256 commit)
ClaimRefund(address indexed buyer, uint256 refund, uint256 sales, uint256 commit)
ClaimSalesFirstPart(address indexed buyer, uint256 sales)
ClaimVesting(address addr, uint256 amount)
Commit(address indexed buyer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(struct OverflowICOSetUpParams params)
This contract contains no fallback and receive objects.
This contract contains no error objects.