BaoToken
Verified contract
Active on
Ethereum with 52,389 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($605,721.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAO | ERC-20 | 828.236419B | $0.000001 |
$605,440.82 | |
AKRO | ERC-20 | 50K | $0.004205 |
$210.27 | |
USDT | ERC-20 | 49.99904 | $1.002 |
$50.1 | |
BNT | ERC-20 | 30.171507 | $0.667794 |
$20.15 | |
BAO | ERC-20 | 76.74303 | $0.00068 |
$0.05 | |
RBC | ERC-20 | 5.021078K | -- | -- | |
OM | ERC-20 | 5K | -- | -- | |
UNI-V2 | ERC-20 | 418.245831 | -- | -- | |
BAP | ERC-20 | 232 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271712 | 4 hours ago | | | 0 | 0.00040651140 | |
| 21251133 | 3 days ago | | | 0 | 0.0011287938 | |
| 21240100 | 5 days ago | | | 0 | 0.00047795070 | |
| 21234461 | 5 days ago | | | 0 | 0.00036568197 | |
| 21227370 | 6 days ago | | | 0 | 0.00018899631 | |
| 21223936 | 7 days ago | | | 0 | 0.00088820614 | |
| 21208954 | 9 days ago | | | 0 | 0.00073762063 | |
| 21208922 | 9 days ago | | | 0 | 0.00074969183 | |
| 21208871 | 9 days ago | | | 0 | 0.00043085340 | |
| 21203518 | 10 days ago | | | 0 | 0.00051325458 |
ABI
ABI objects
Getter at block 21273037
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
cap() view returns (uint256)
1000000000000000000000000000000
circulatingSupply() view returns (uint256)
984370975063917090219583585827
decimals() view returns (uint8)
18
lockFromBlock() view returns (uint256)
83759710
lockToBlock() view returns (uint256)
93759710
lockedSupply() view returns (uint256)
828162878364300510001318260765
manualMintLimit() view returns (uint256)
1000000000000000000000000
manualMinted() view returns (uint256)
100100000000000001000100000
name() view returns (string)
BaoToken
owner() view returns (address)
0xbd530a1c060dc600b951f16dc656e4ea451d1a2d
previousOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BAO
totalLock() view returns (uint256)
828162878364300510001318260765
totalSupply() view returns (uint256)
984370975063917090219583585827
unlockedSupply() view returns (uint256)
156208096699616580218265325062
Read-only
allowance(address owner, address spender) view returns (uint256)
authorized(address) view returns (bool)
balanceOf(address account) view returns (uint256)
canUnlockAmount(address _holder) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
lastUnlockBlock(address _holder) view returns (uint256)
lockOf(address _holder) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
totalBalanceOf(address _holder) view returns (uint256)
State-modifying
Events addAuthorized(address _toAdd)
approve(address spender, uint256 amount) returns (bool)
capUpdate(uint256 _newCap)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address _holder, uint256 _amount)
lockFromUpdate(uint256 _newLockFrom)
lockToUpdate(uint256 _newLockTo)
manualMint(address _to, uint256 _amount)
mint(address _to, uint256 _amount)
reclaimOwnership(address newOwner)
removeAuthorized(address _toRemove)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAll(address _to)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Lock(address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _lockFromBlock, uint256 _lockToBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.