Betoken Shares
Verified contract
Active on
Ethereum with 30 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 "Betoken Shares"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10993453 | 4 years ago | | | 0 | 0.0030436200 | |
| 10224106 | 5 years ago | | | 0 | 0.0042078454 | |
| 10186904 | 5 years ago | | | 0 | 0.00070498400 | |
| 10184733 | 5 years ago | | | 0 | 0.0027442470 | |
| 9701823 | 5 years ago | | | 0 | 0.00087233600 | |
| 9701370 | 5 years ago | | | 0 | 0.00058298000 | |
| 9124014 | 5 years ago | | | 0 | 0.0011654000 | |
| 9123930 | 5 years ago | | | 0 | 0.00020771850 | |
| 9123347 | 5 years ago | | | 0 | 0.00022660200 | |
| 9123246 | 5 years ago | | | 0 | 0.00037767000 |
ABI
ABI objects
Getter at block 21403406
creationBlock() view returns (uint256)
8063931
decimals() view returns (uint8)
18
name() view returns (string)
Betoken Shares
owner() view returns (address)
0x58b64a1feac144eb077627c9c6b66ce2097396af
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BTKS
tokenFactory() view returns (address)
0x49a4a2c8a1a14ec83034e253e89d33da217dfffc
totalSupply() view returns (uint256)
12310524016603258703676
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _owner, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory, address _parentToken, uint256 _parentSnapShotBlock, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _transfersEnabled)
fallback()
This contract contains no error objects.