StabitCoin
Verified contract
Active on
Ethereum with 439 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 "StabitCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14506428 | 3 years ago | | | 0 | 0.0018122579 | |
| 13467214 | 3 years ago | | | 0 | 0.0018986090 | |
| 13458034 | 3 years ago | | | 0 | 0.0025749138 | |
| 13457895 | 3 years ago | | | 0 | 0.0025749138 | |
| 12332555 | 4 years ago | | | 0 | 0.0018088580 | |
| 10980387 | 4 years ago | | | 0 | 0.0022348620 | |
| 9632348 | 5 years ago | | | 0 | 0.00028667250 | |
| 9593147 | 5 years ago | | | 0 | 0.00011972475 | |
| 9300003 | 5 years ago | | | 0 | 0.00017243077 | |
| 8819217 | 5 years ago | | | 0 | 0.00061424550 |
ABI
ABI objects
Getter at block 21158756
decimals() view returns (uint8)
3
migrationPeriod() view returns (bool)
false
name() view returns (string)
StabitCoin
owner() view returns (address)
0x70aaeb859c9d4fb66673c7ee7d1064f3e130fc37
paused() view returns (bool)
false
symbol() view returns (string)
STABIT
totalSupply() view returns (uint256)
500000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
showMigrationAmount(address _migrationAddress) view returns (uint256)
showMigrationStabitcoinAddress(address _walletAddress) view returns (string)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
migrationChain(uint256 _value)
pause()
setMigrationStabitcoinAddress(string _stabitcoinAddress)
startMigration()
stopMigration()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
MigrationAddress(address indexed from, string stabitAddress)
MigrationSender(address indexed from, uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.