GNO Smart Token Relay
Verified contract
Active on
Ethereum with 47 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNT | ERC-20 | 5 | $0.745573 |
$3.73 | |
ETHBNT | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11561392 | 4 years ago | | | 0 | 0.0038720974 | |
| 11099776 | 4 years ago | | | 0 | 0.0025347102 | |
| 11099766 | 4 years ago | | | 0 | 0.00075550800 | |
| 11099682 | 4 years ago | | | 0 | 0.0022579000 | |
| 11099073 | 4 years ago | | | 0 | 0.0021241180 | |
| 11098889 | 4 years ago | | | 0 | 0.0018072800 | |
| 11096030 | 4 years ago | | | 0 | 0.0013554600 | |
| 9889612 | 5 years ago | | | 0 | 0.00031661000 | |
| 9157718 | 5 years ago | | | 0 | 0.00022597000 | |
| 6477258 | 6 years ago | | | 0 | 0.00029676800 |
ABI
ABI objects
Getter at block 21293482
decimals() pure returns (uint8)
18
name() pure returns (string)
GNO Smart Token Relay
newOwner() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0xf49d2fda023d2cb895408f6db1665382fb96be19
standard() pure returns (string)
Token 0.1
symbol() pure returns (string)
GNOBNT
totalSupply() pure returns (uint256)
115018747614023136892037
transfersEnabled() pure returns (bool)
true
version() pure returns (string)
0.3
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
issue(address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
NewSmartToken(address _token)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.