Semi Centralized Finance v2
Verified contract
Active on
Ethereum with 225 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 "Semi Centralized Finance v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16141185 | 2 years ago | | | 0 | 0.00068677656 | |
| 12616149 | 3 years ago | | | 0 | 0.00014890667 | |
| 11574080 | 4 years ago | | | 0 | 0.0014478750 | |
| 11564024 | 4 years ago | | | 0 | 0.0012624930 | |
| 11564022 | 4 years ago | | | 0 | 0.0012624930 | |
| 11483184 | 4 years ago | | | 0 | 0.0018243750 | |
| 11483184 | 4 years ago | | | 0 | 0.0018243750 | |
| 11480832 | 4 years ago | | | 0 | 0.011694408 | |
| 11382088 | 4 years ago | | | 0 | 0.0017275830 | |
| 11324191 | 4 years ago | | | 0 | 0.0019490680 |
ABI
ABI objects
Getter at block 21214036
decimals() view returns (uint8)
18
name() view returns (string)
Semi Centralized Finance v2
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x77bf1ce8a52984edd089406883eff2ee80b6173b
symbol() view returns (string)
SCFI v2
totalBurned() view returns (uint256)
32269000000000000000000
totalSupply() view returns (uint256)
8359000000000000000000
Read-only
_checkmemotexts(address _addr, uint256 _index) view returns (uint256, uint256, string, address)
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
getmemotextcountforaddr(address _addr) view returns (uint256)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
approve(address delegate, uint256 numTokens) returns (bool)
burn(uint256 _value)
sendtokenwithmemo(uint256 _amount, address _to, string _memo) returns (uint256)
transfer(address receiver, uint256 numTokens) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.