Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($795.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSX | ERC-20 | 12.12302K | $0.065583 |
$795.06 | |
USA | ERC-20 | 1 | $0.000792 |
$0 | |
kurbi | ERC-20 | 0.01 | $0.000837 |
$0 | |
LZPZ | ERC-20 | 701 | -- | -- | |
OHNO | ERC-20 | 603.00474 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22730877 | 20 minutes ago | | | 0 | 1.4690582e-7 | |
| 22722191 | 5 hours ago | | | 0 | 1.3258824e-7 | |
| 22721446 | 6 hours ago | | | 0 | 1.3223177e-7 | |
| 22717479 | 8 hours ago | | | 0 | 1.3202604e-7 | |
| 22717344 | 8 hours ago | | | 0 | 1.3199175e-7 | |
| 22716628 | 8 hours ago | | | 0 | 0.0000047135558 | |
| 22716254 | 8 hours ago | | | 0 | 1.3199175e-7 | |
| 22713974 | 10 hours ago | | | 0 | 0.0000011906273 | |
| 22713970 | 10 hours ago | | | 0 | 8.8689793e-7 | |
| 22713748 | 10 hours ago | | | 0 | 1.3199175e-7 |
ABI
ABI objects
Getter at block 22731479
ALLOCATION_PRECISION() view returns (uint256)
100
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
MAX_SUPPLY_LIMIT() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
elasticMaxSupply() view returns (uint256)
10000000000000000000000000
emissionRate() view returns (uint256)
110000000000000000
farmingAllocation() view returns (uint256)
90
lastEmissionTime() view returns (uint256)
1732251253
masterAddress() view returns (address)
0x6fc0f134a1f20976377b259687b1c15a5d422b47
masterAllocation() view returns (uint256)
90
masterEmissionRate() view returns (uint256)
99000000000000000
masterReserve() view returns (uint256)
12123020198399261415174
name() view returns (string)
BaseX
owner() view returns (address)
0x016e71a3e342031f2229f0b7bf2c5d11fd2713a6
symbol() view returns (string)
BSX
totalSupply() view returns (uint256)
8958581500000000000000000
treasuryAddress() view returns (address)
0xaf1823bacd8edda3b815180a61f8741fa4abc6dd
treasuryAllocation() view returns (uint256)
10
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimMasterRewards(uint256 amount) returns (uint256 effectiveAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emitAllocations()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeEmissionStart(uint256 startTime)
initializeMasterAddress(address masterAddress_)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAllocations(uint256 farmingAllocation_)
updateEmissionRate(uint256 emissionRate_)
updateMaxSupply(uint256 maxSupply)
updateTreasuryAddress(address treasury)
AllocationsDistributed(uint256 masterShare, uint256 treasuryShare)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimMasterRewards(uint256 amount)
InitializeEmissionStart(uint256 startTime)
InitializeMasterAddress(address masterAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateAllocations(uint256 farmingAllocation, uint256 treasuryAllocation)
UpdateEmissionRate(uint256 previousEmissionRate, uint256 newEmissionRate)
UpdateMaxSupply(uint256 previousMaxSupply, uint256 newMaxSupply)
UpdateTreasuryAddress(address previousTreasuryAddress, address newTreasuryAddress)
constructor(uint256 maxSupply, uint256 initialSupply, uint256 initialEmissionRate, address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.