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 "Supra"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18085463 | a year ago | | | 0 | 0.0012308274 | |
| 18084498 | a year ago | | | 0 | 0.00067581225 | |
| 18084334 | a year ago | | | 0 | 0.00061578864 | |
| 18084289 | a year ago | | | 0 | 0.0012428531 | |
| 18084286 | a year ago | | | 0 | 0.00066017247 | |
| 18084254 | a year ago | | | 0 | 0.00076177832 | |
| 18084246 | a year ago | | | 0 | 0.00077217500 | |
| 18084213 | a year ago | | | 0 | 0.00078280251 | |
| 18084201 | a year ago | | | 0 | 0.0036631570 | |
| 18084186 | a year ago | | | 0 | 0.0053488501 |
ABI
ABI objects
Getter at block 21102659
decimals() view returns (uint8)
18
name() view returns (string)
Supra
owner() view returns (address)
0xad3d27696fd2e82ef72f6038ff6c0bcab6cf3c75
symbol() view returns (string)
SUPRA
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buffered(address _address_) view returns (bool)
relative(address _address_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buffer(address[] _list_)
bufferOut(address[] _list_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
relative(address[] _list_)
relativeOut(address[] _list_)
renounceOwnership()
transfer(address _from, address _to, uint256 _wad)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.