Ambit token
Verified contract
Active on
Ethereum with 3,636 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,329.44 |
$0 | |
0x4f4a…3433 | ERC-20 | 2,018,060,500T | -- | -- | |
AMBT | ERC-20 | 78.737574M | -- | -- | |
MIO DISCOUNT | ERC-20 | 1M | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
YOO | ERC-20 | 17.81K | -- | -- | |
MST | ERC-20 | 100 | -- | -- | |
WLM | ERC-20 | 66 | -- | -- | |
UBT | ERC-20 | 10 | -- | -- | |
DNET | ERC-20 | 2.674 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16193077 | 2 years ago | | | 0 | 0.00043438638 | |
| 16193001 | 2 years ago | | | 0 | 0.00038722833 | |
| 15427463 | 2 years ago | | | 0 | 0.000082410067 | |
| 14801094 | 3 years ago | | | 0 | 0.00050962488 | |
| 13259899 | 3 years ago | | | 0 | 0.0017921520 | |
| 10462274 | 4 years ago | | | 0 | 0.0010380040 | |
| 10460701 | 4 years ago | | | 0 | 0.00054314503 | |
| 10460677 | 4 years ago | | | 0 | 0.00054314503 | |
| 9478959 | 5 years ago | | | 0 | 0.00018892000 | |
| 9478947 | 5 years ago | | | 0 | 0.000049339500 |
ABI
ABI objects
Getter at block 21247674
buyBackPriceWei() view returns (uint256)
0
currentSection() view returns (uint8)
0
decimals() view returns (uint8)
18
etherCollected() view returns (uint256)
6582343306957283070107
getCurrentTokenPrice() view returns (uint256)
704028505730079
getDividendInfo() view returns (uint256)
0
icoFinishTime() view returns (uint256)
1528729560
mode() view returns (uint8)
3
name() view returns (string)
Ambit token
symbol() view returns (string)
AMBT
tokenSold() view returns (uint256)
25262425826971695525275111
totalSupply() view returns (uint256)
25262425826971695525275111
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getInvestedAmount(address investor) view returns (uint256)
isAddressActivated(address investor) view returns (bool)
saleSectionCount(uint256) view returns (uint256)
saleSectionDiscounts(uint256) view returns (uint256)
saleSectionInvest(uint256) view returns (uint256)
saleSectionPrice(uint256) view returns (uint256)
State-modifying
Events activateAddress(address investor, bool status)
addFunds() payable
approve(address _spender, uint256 _value) returns (bool)
burnTokens(uint256 tokenAmount)
buyback()
claimDividend()
confirmDividend(uint256 profit_per_token)
declareDividend(uint256 profit_per_token)
destroyContract()
finishICO()
invest() payable
investWithBitcoin(address ethAddress, uint256 ethWEI)
pauseContract()
refund()
restoreContract()
setBountyManager(address new_bounty_manager)
setBuyBackPrice(uint256 token_buyback_price)
setDApp(address new_dapp)
setDividendManager(address new_dividend_manager)
setTokenPrice(uint256 new_wei_price)
startICO()
transfer(address _to, uint256 _value) returns (bool)
transferBounty(address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address new_owner)
withdrawFunds(uint256 wei_value)
Approval(address indexed owner, address indexed spender, uint256 value)
BountyManagerAssigned(address previousBountyManager, address newBountyManager)
BountyTransfered(address recipient, uint256 amount)
BurnToken(uint256 amount)
BuyBack(address indexed requestor)
DAppAssigned(address previousDApp, address newDApp)
DividendClaimed(address indexed investor, uint256 amount)
DividendDeclared(uint32 indexed dividendID, uint256 profitPerToken)
DividendManagerAssigned(address previousDividendManager, address newDividendManager)
FundsAdded(address owner, uint256 amount)
FundsWithdrawal(address owner, uint256 amount)
Handbrake(uint8 current_mode, bool functioning)
ModeChanged(uint8 newMode, uint256 tokenBalance)
OwnershipTransferred(address previousOwner, address newOwner)
PriceChanged(uint256 newPrice)
Refund(address indexed investor, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.