STARAMBA.Token
Verified contract
Active on
Ethereum with 10,483 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "STARAMBA.Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13325396 | 3 years ago | | | 0 | 0.0072014990 | |
| 12618012 | 3 years ago | | | 0 | 0.00078987920 | |
| 12392707 | 4 years ago | | | 0 | 0.0081298862 | |
| 10969953 | 4 years ago | | | 0 | 0.0011796750 | |
| 10969953 | 4 years ago | | | 0 | 0.0011796750 | |
| 10969953 | 4 years ago | | | 0 | 0.0011796750 | |
| 10969953 | 4 years ago | | | 0 | 0.0011796750 | |
| 10969953 | 4 years ago | | | 0 | 0.0011796750 | |
| 10969953 | 4 years ago | | | 0 | 0.0011796750 | |
| 10969951 | 4 years ago | | | 0 | 0.0011796750 |
ABI
ABI objects
Getter at block 21287570
STTadmin1() view returns (address)
0x0ec4cc1dc980d2d371c53011f6c408f6a0f3c3dd
STTadmin2() view returns (address)
0xe9a96dc46ecb3ba736f8108078d34268ca0edd07
TOKEN_CREATION_CAP() view returns (uint256)
1000000000000000000000000000
TOKEN_MIN() view returns (uint256)
1000000000000000000
decimals() view returns (uint256)
18
getHolderCount() view returns (uint256 _holderCount)
9171
name() view returns (string)
STARAMBA.Token
newTokenContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
relocationActive() view returns (bool)
false
symbol() view returns (string)
STT
totalSupply() view returns (uint256)
250545206000000000000000000
transactionsActive() view returns (bool)
true
vendorCount() view returns (uint8)
10
version() view returns (string)
1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
getBalanceOf(address _owner) view returns (uint256 _balance)
getHolder(uint256 _index) view returns (address _holder)
holders(uint256) view returns (address)
isHolder(address) view returns (bool)
vendors(address) view returns (bool)
State-modifying
Events adjustCap()
approve(address _spender, uint256 _value) returns (bool success)
burnWholeBalance()
deliverTokens(address _buyer, uint256 _amount)
deliverTokensBatch(address[] _buyer, uint256[] _amount)
relocate()
relocationSwitch(bool _relocationActive, address _newTokenContractAddress)
transactionSwitch(bool _transactionsActive)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LogDeliverSTT(address indexed _to, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _admin1, address _admin2, address[] _vendors)
This contract contains no fallback and receive objects.
This contract contains no error objects.