Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAS3D | ERC-20 | 263.648K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22830555 | 2 days ago | | | 0 | 4.8913350e-7 | |
| 22790909 | 3 days ago | | | 0 | 2.2054204e-7 | |
| 22247629 | 16 days ago | | | 0 | 2.8813647e-7 | |
| 21785076 | a month ago | | | 0 | 1.5574400e-7 | |
| 19246723 | 3 months ago | | | 0 | 0.000000094906500000 | |
| 19246718 | 3 months ago | | | 0 | 0.000000094906500000 | |
| 18037576 | 4 months ago | | | 0 | 9.1986300e-7 | |
| 15128840 | 6 months ago | | | 0 | 1.1793525e-7 | |
| 12738554 | 8 months ago | | | 0 | 0.000093238000 | |
| 10923005 | 9 months ago | | | 0 | 0.000000004540049423 |
ABI
ABI objects
Getter at block 22919165
Distributor() view returns (address)
0x56990cee6258d7a8b1a98cc21439e657a1b7f126
FACTOR_DIVISOR() view returns (uint256)
100
decimals() view returns (uint8)
18
distributionPhase() view returns (uint256)
1
name() view returns (string)
BAS3D Token
owner() view returns (address)
0x96eb1141b2432725ccabb1a0c46a57188174d6b5
scalingFactor() view returns (uint256)
100
symbol() view returns (string)
BAS3D
totalSupply() view returns (uint256)
300000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizedAmount(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorize(uint256 amount)
bas3d(uint256 amountIn)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDistributor(address _Distributor)
setScalingFactor(uint256 _scalingFactor)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BAS3DRun(address indexed caller, uint256 amountIn, uint256 amountOut)
DistributorUpdated(address Distributor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ScalingFactorUpdated(uint256 scalingFactor)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.