Serum
Verified contract
Active on
Ethereum with 335,157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,917.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SRM | ERC-20 | 90.685193K | $0.030524 |
$2,768.1 | |
KEEP | ERC-20 | 1.362333K | $0.109349 |
$148.97 | |
0x9469…c483 | ERC-20 | 100 | $0.002354 |
$0.24 | |
ELONONE | ERC-20 | 83.182587B | -- | -- | |
MEDlA | ERC-20 | 50M | -- | -- | |
SOS | ERC-20 | 190K | -- | -- | |
ZORA | ERC-20 | 0.546108 | -- | -- | |
HQG | ERC-20 | 0.0008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240327 | 2 hours ago | | | 0 | 0.00052993242 | |
| 21239977 | 3 hours ago | | | 0 | 0.00050879820 | |
| 21239948 | 3 hours ago | | | 0 | 0.00053175852 | |
| 21239947 | 3 hours ago | | | 0 | 0.00026353731 | |
| 21239947 | 3 hours ago | | | 0 | 0.00052543483 | |
| 21239942 | 3 hours ago | | | 0 | 0.00058917140 | |
| 21239423 | 5 hours ago | | | 0 | 0.00081914423 | |
| 21239362 | 5 hours ago | | | 0 | 0.00062141251 | |
| 21238897 | 7 hours ago | | | 0 | 0.00066824550 | |
| 21238833 | 7 hours ago | | | 0 | 0.00088876139 |
ABI
ABI objects
Getter at block 21240894
decimals() view returns (uint8)
6
isOwner() view returns (bool)
false
name() view returns (string)
Serum
owner() view returns (address)
0x8d6c92adea0ad61163df8fcc7040dbba245e2f6e
paused() view returns (bool)
false
symbol() view returns (string)
SRM
totalSupply() view returns (uint256)
261000003000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
reclaimEther()
reclaimToken(address token)
renounceBurner()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.