Dai Stablecoin Smart Relay Token
Verified contract
Active on
Ethereum with 38 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 "Dai Stablecoin Smart Relay Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12483413 | 4 years ago | | | 0 | 0.0020453400 | |
| 12477414 | 4 years ago | | | 0 | 0.0022783530 | |
| 12475011 | 4 years ago | | | 0 | 0.0019797757 | |
| 11943356 | 4 years ago | | | 0 | 0.0025860640 | |
| 11486239 | 4 years ago | | | 0 | 0.0035263020 | |
| 11482439 | 4 years ago | | | 0 | 0.0013555500 | |
| 11475000 | 4 years ago | | | 0 | 0.0023496200 | |
| 11397587 | 4 years ago | | | 0 | 0.00081354600 | |
| 11368969 | 4 years ago | | | 0 | 0.0011178533 | |
| 11368665 | 4 years ago | | | 0 | 0.0011302250 |
ABI
ABI objects
Getter at block 21293432
decimals() view returns (uint8)
18
name() view returns (string)
Dai Stablecoin Smart Relay Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xab7ae646063087317c1f410c6661364779f87d73
symbol() view returns (string)
DAIBNT
totalSupply() view returns (uint256)
3735968518402916879167687
transfersEnabled() view returns (bool)
true
version() view returns (string)
0.3
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view 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 indexed _prevOwner, address indexed _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.