Score Coin
Verified contract
Active on
Ethereum with 334 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCO | ERC-20 | 7.75K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12221059 | 4 years ago | | | 0 | 0.015932700 | |
| 12221059 | 4 years ago | | | 0 | 0.015932700 | |
| 12220734 | 4 years ago | | | 0 | 0.015932700 | |
| 11837353 | 4 years ago | | | 0 | 0.013447786 | |
| 11794451 | 4 years ago | | | 0 | 0.0087306361 | |
| 11791772 | 4 years ago | | | 0 | 0.013942956 | |
| 11791573 | 4 years ago | | | 0 | 0.011532258 | |
| 11779180 | 4 years ago | | | 0 | 0.0078184800 | |
| 11719861 | 4 years ago | | | 0 | 0.0052991920 | |
| 11696406 | 4 years ago | | | 0 | 0.0039092400 |
ABI
ABI objects
Getter at block 21168528
GNEISSCoin() view returns (address)
0x90f18365ce7097d077841c15ed682960fab07c77
bitcoinAddress() view returns (string)
bitcoinBalance() view returns (uint256)
0
canMintBurn() view returns (bool)
false
cipherText() view returns (string)
decimals() view returns (uint8)
8
ephemPublicKey() view returns (string)
ethBalanceWhenLiquidated() view returns (uint256)
0
gneissBalanceWhenLiquidated() view returns (uint256)
0
holdingTax() view returns (uint256)
0
holdingTaxDecimals() view returns (uint256)
2
holdingTaxInterval() view returns (uint256)
0
isLiquidated() view returns (bool)
false
isPrivate() view returns (bool)
false
isSecured() view returns (bool)
false
iv() view returns (string)
lastAddressLiquidated() view returns (uint256)
0
lastHoldingTax() view returns (uint256)
0
mac() view returns (string)
name() view returns (string)
Score Coin
numberOfAddress() view returns (uint256)
65
owner() view returns (address)
0x41fc633726a0c48d84017e623ee05c209598c42c
symbol() view returns (string)
SCO
totalSupply() view returns (uint256)
60000000000000000
txnTax() view returns (uint256)
0
Read-only
addressExists(address) view returns (bool)
addressIndex(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
getHour(uint256 timestamp) pure returns (uint8)
getMinute(uint256 timestamp) pure returns (uint8)
getSecond(uint256 timestamp) pure returns (uint8)
getWeekday(uint256 timestamp) pure returns (uint8)
State-modifying
Events addAddressManual(address addr)
approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _value)
changeHoldingTax(uint256 _newValue)
changeHoldingTaxInterval(uint256 _newValue)
changeTxnTax(uint256 _newValue)
chargeHoldingTax()
liquidate()
liquidateTen()
mint(uint256 _value)
removeAddressManual(address addr)
transfer(address _to, uint256 _value) payable returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) payable returns (bool success)
transferOwnership(address newOwner)
updateBitcoinAddress(string ivToUse, string ephemPublicKeyToUse, string cipherTextToUse, string macToUse, string bitcoinAddressToUse)
updateBitcoinBalance(uint256 newBalance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string n, string a, uint256 totalSupplyToUse, bool isSecuredd, bool cMB, uint256 txnTaxToUse, uint256 holdingTaxToUse, uint256 holdingTaxIntervalToUse, bool isPrivateToUse, string ivToUse, string ephemPublicKeyToUse, string cipherTextToUse, string macToUse, string bitcoinAddressToUse, uint8 decimalsToUse)
This contract contains no fallback and receive objects.
This contract contains no error objects.