ObitanChain
Verified contract
Active on
Ethereum with 8,924 txns
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 |
---|---|---|---|---|---|
OBTC | ERC-20 | 1.0159M | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
KNDC | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079324 | 12 days ago | | | 0 | 0.0013186624 | |
| 20583221 | 3 months ago | | | 0 | 0.000051578987 | |
| 20496616 | 3 months ago | | | 0 | 0.000042842783 | |
| 20480133 | 3 months ago | | | 0 | 0.000074475650 | |
| 20480130 | 3 months ago | | | 0 | 0.000068419572 | |
| 20480124 | 3 months ago | | | 0 | 0.000064391633 | |
| 20480120 | 3 months ago | | | 0 | 0.000066819052 | |
| 20480108 | 3 months ago | | | 0 | 0.000061100405 | |
| 20480100 | 3 months ago | | | 0 | 0.000050950525 | |
| 19960447 | 5 months ago | | | 0 | 0.0010208873 |
ABI
ABI objects
Getter at block 21166149
MIN_CONTRIBUTION() view returns (uint256)
10000000000000000
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
ObitanChain
symbol() view returns (string)
OBTC
tokensPerEth() view returns (uint256)
2000000000000000
totalDistributed() view returns (uint256)
2153473719074812221
totalSupply() view returns (uint256)
2031299999800000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.