Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd073…615a
Balances ($9.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASE | ERC-20 | 2.892391M | $0.000003 |
$9.83 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.1 | |
USA | ERC-20 | 1 | $0.000775 |
$0 | |
xBASE | ERC-20 | 8.879118M | -- | -- | |
EMUU | ERC-20 | 10K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
BASE | ERC-20 | 1.222137K | -- | -- | |
OHNO | ERC-20 | 151.169394 | -- | -- | |
MISTMOCHI | ERC-20 | 27 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745009 | 2 hours ago | | | 0 | 3.8689620e-7 | |
| 22739320 | 5 hours ago | | | 0 | 0.0000049972936 | |
| 22731884 | 9 hours ago | | | 0 | 1.5652576e-7 | |
| 22717076 | 17 hours ago | | | 0 | 0.0000054462092 | |
| 22713230 | 19 hours ago | | | 0 | 8.3113422e-7 | |
| 22711541 | 20 hours ago | | | 0 | 0.0000054111583 | |
| 22710335 | 21 hours ago | | | 0 | 0.000021522890 | |
| 22710064 | 21 hours ago | | | 0 | 0.0000054111583 | |
| 22707741 | a day ago | | | 0 | 8.3134945e-7 | |
| 22707724 | a day ago | | | 0 | 0.0000020645304 |
ABI
ABI objects
Getter at block 22748021
BASE() view returns (address)
0xd07379a755a8f11b57610154861d694b2a0f615a
_operator() view returns (address)
0x1b732f612cd5f7d4b4bb514065170b84ea3c2b39
decimals() view returns (uint8)
18
masterChef() view returns (address)
0x1b732f612cd5f7d4b4bb514065170b84ea3c2b39
name() view returns (string)
xBASE
owner() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
rewardRate() view returns (uint256)
0
shortVestingPeriod() view returns (uint256)
604800
symbol() view returns (string)
xBASE
totalSupply() view returns (uint256)
141287663169877636482856350495
vestingPeriod() view returns (uint256)
2592000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
remainTime(address _address, uint256 id) view returns (uint256)
userInfo(address, uint256) view returns (uint256 totalVested, uint256 lastInteractionTime, uint256 VestPeriod)
userPositions(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
claim(uint256 id)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 _amount)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
setMasterChef(address _masterChef)
setRewardRate(uint256 _rewardRate)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
vest(uint256 _amount)
vestHalf(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.