BitSG Token
Verified contract
Active on
Ethereum with 2,276 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 "BitSG Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583262 | 2 years ago | | | 0 | 0.0010330800 | |
| 13465992 | 3 years ago | | | 0 | 0.0028003274 | |
| 12374076 | 4 years ago | | | 0 | 0.0013502175 | |
| 11631026 | 4 years ago | | | 0 | 0.0091439064 | |
| 11559323 | 4 years ago | | | 0 | 0.0029506680 | |
| 11325837 | 4 years ago | | | 0 | 0.0022637400 | |
| 11247739 | 4 years ago | | | 0 | 0.0013664700 | |
| 11151693 | 4 years ago | | | 0 | 0.0048637800 | |
| 10581601 | 4 years ago | | | 0 | 0.0027963361 | |
| 10581215 | 4 years ago | | | 0 | 0.0026730756 |
ABI
ABI objects
Getter at block 21284351
decimals() view returns (uint8)
8
name() view returns (string)
BitSG Token
owner() view returns (address)
0x289dbda69797b485a13611c7aac6bd125326a30d
paused() view returns (bool)
false
symbol() view returns (string)
BITSG
totalSupply() view returns (uint256)
107478240100016355
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getReleasableAmount(address beneficiary) view returns (uint256)
lockInfo(address, uint256) view returns (address lock_address, uint256 lock_amount, uint256 lock_time, uint256 lock_startTime)
lockedAmount(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchTransfer(address[] addrs, uint256[] amounts) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockToken(address targetAddr, uint256 lockAmount)
pause()
releaseToken(address beneficiary) returns (bool)
sendAndLockToken(address beneficiary, uint256 lockAmount, uint256 lockDays)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unlockToken(address targetAddr, uint256 lockAmount)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
LockToken(address indexed targetAddr, uint256 lockAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReleaseToken(address indexed beneficiary, uint256 releaseAmount)
SendAndLockToken(address indexed beneficiary, uint256 lockAmount, uint256 lockTime)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockToken(address indexed targetAddr, uint256 releaseAmount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.