Open Direct Bag
Verified contract
Active on
Ethereum with 360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x03ce…ab98
Balances ($0.00)
No balances found for "Open Direct Bag"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583354 | 2 years ago | | | 0 | 0.0011937480 | |
| 13461952 | 3 years ago | | | 0 | 0.0036047500 | |
| 12830560 | 3 years ago | | | 0 | 0.0010535100 | |
| 12830119 | 3 years ago | | | 0 | 0.00060315000 | |
| 12830118 | 3 years ago | | | 0 | 0.00060387000 | |
| 12294319 | 4 years ago | | | 0 | 0.0062674800 | |
| 12268626 | 4 years ago | | | 0 | 0.0046995300 | |
| 11885889 | 4 years ago | | | 0 | 0.0048642100 | |
| 11881276 | 4 years ago | | | 0 | 0.0048595300 | |
| 10964770 | 4 years ago | | | 0 | 0.0057921516 |
ABI
ABI objects
Getter at block 21291317
HARD_CAP() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Open Direct Bag
owner() view returns (address)
0x80e2acb326ebf86f62db65d9c39f8874a221093f
reserveTokensVault() view returns (address)
0x03cea26da67aa0be594060d4d9eeb3de70baab98
saleTokensAddress() view returns (address)
0x80e2acb326ebf86f62db65d9c39f8874a221093f
symbol() view returns (string)
BAG
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
lockedBalanceOf(address _owner) view returns (uint256)
releaseableBalanceOf(address _owner) view returns (uint256)
vestingOf(address) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
createReserveTokensVault()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
makeReserveToVault()
releaseVestedTokens()
releaseVestedTokensFor(address _owner)
revokeVestedTokensFor(address _owner)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
vestCmd1YearInstantInt(address _beneficiary, uint256 _tokensAmountInt)
vestCmd3Month1PercentInt(address _beneficiary, uint256 _tokensAmountInt)
vestCmdNow1PercentInt(address _beneficiary, uint256 _tokensAmountInt)
vestTokensDetailInt(address _beneficiary, uint256 _startS, uint256 _cliffS, uint256 _durationS, bool _revocable, uint256 _tokensAmountInt)
vestTokensFromNowInt(address _beneficiary, uint256 _tokensAmountInt, uint256 _afterDay, uint256 _cliffDay, uint256 _durationDay)
vestTokensStartAtInt(address _beneficiary, uint256 _tokensAmountInt, uint256 _startS, uint256 _afterDay, uint256 _cliffDay, uint256 _durationDay)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _saleTokensAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.