scientificcoin
Verified contract
Active on
Ethereum with 10,748 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 "scientificcoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18992118 | 10 months ago | | | 0 | 0.0012461692 | |
| 15073204 | 2 years ago | | | 0 | 0.00059348138 | |
| 14482962 | 3 years ago | | | 0 | 0.0037169562 | |
| 12339055 | 4 years ago | | | 0 | 0.0017672460 | |
| 12058821 | 4 years ago | | | 0 | 0.0 | |
| 10510290 | 4 years ago | | | 0 | 0.0042585000 | |
| 10234969 | 4 years ago | | | 0 | 0.0017343820 | |
| 9990192 | 5 years ago | | | 0 | 0.00028765360 | |
| 9931406 | 5 years ago | | | 0 | 0.000093064400 | |
| 9898350 | 5 years ago | | | 0 | 0.00015355626 |
ABI
ABI objects
Getter at block 21283517
controller() view returns (address)
0xc1f4b70cda16e957bf65ee98b675b2daf1b0220b
decimals() view returns (uint8)
18
limitBranchType() view returns (uint8)
2
limitDefaultType() view returns (uint8)
0
limitOfBranch() view returns (uint8 limit)
10
limitOfTeam() view returns (uint8 limit)
10
limitTeamType() view returns (uint8)
1
name() view returns (string)
scientificcoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb013236d69913c3e33b5b1391fceb3a72534490c
symbol() view returns (string)
SNcoin
totalSupply() view returns (uint256)
100000000000000000000000000
transfersEnabled() view returns (bool)
true
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getLimitTypeOf(address tokenOwner) view returns (uint8 limitType)
getLimitedBalanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
claimTokens(address _token)
enableTransfers(bool _transfersEnabled)
incrementLimitBranch() returns (bool success)
incrementLimitTeam() returns (bool success)
setController(address _newController)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address _newOwner)
transferToBranch(address _to, uint256 _amount) returns (bool success)
transferToTeam(address _to, uint256 _amount) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ClaimedTokens(address indexed _token, address indexed _owner, uint256 _amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.