SilentNotaryToken
Verified contract
Active on
Ethereum with 442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,809.08)
Native
Value
$2,809.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.844621 | $3,325.85 |
$2,809.08 | |
GVT | ERC-20 | 25.34 | -- | -- | |
VIU | ERC-20 | 16.892427 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12219756 | 4 years ago | | | 0 | 0.0016863600 | |
| 4528282 | 7 years ago | | | 0 | 0.00027130000 | |
| 4523910 | 7 years ago | | | 0 | 0.0041002710 | |
| 4523732 | 7 years ago | | | 0 | 0.0011332720 | |
| 4522631 | 7 years ago | | | 0 | 0.018327200 | |
| 4521009 | 7 years ago | | | 0 | 0.0017586030 | |
| 4520344 | 7 years ago | | | 0 | 0.00058033500 | |
| 4510229 | 7 years ago | | | 0 | 0.0024917270 | |
| 4510103 | 7 years ago | | | 0 | 0.0016500000 | |
| 4510099 | 7 years ago | | | 0 | 0.00049455000 |
ABI
ABI objects
Getter at block 21259874
BUYOUT_PRICE() pure returns (uint256)
[unknown]
crowdsaleAgent() pure returns (address)
[unknown]
decimals() pure returns (uint256)
[unknown]
name() pure returns (string)
[unknown]
owner() pure returns (address)
[unknown]
released() pure returns (bool)
[unknown]
symbol() pure returns (string)
[unknown]
totalSupply() pure returns (uint256)
[unknown]
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
balances(address) pure returns (uint256 value, bool exist)
holders(uint256) pure returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
buyout(address _holder, uint256 _amount)
kill()
mint(address receiver, uint256 amount)
releaseTokenTransfer()
setCrowdsaleAgent(address _crowdsaleAgent)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed burner, address indexed holder, uint256 burnedAmount)
Deposit(address indexed from, uint256 value)
Pay(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.