Sperax
Verified contract
Active on
Ethereum with 16,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,159.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPA | ERC-20 | 126.296937K | $0.007987 |
$1,008.7 | |
USDC | ERC-20 | 150 | $1.002 |
$150.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152883 | 17 hours ago | | | 0 | 0.00050199721 | |
| 21144915 | 2 days ago | | | 0 | 0.00075297296 | |
| 21144762 | 2 days ago | | | 0 | 0.00087890721 | |
| 21144023 | 2 days ago | | | 0 | 0.0012140556 | |
| 21141036 | 2 days ago | | | 0 | 0.00037361125 | |
| 21133294 | 3 days ago | | | 0 | 0.00038706145 | |
| 21132586 | 4 days ago | | | 0 | 0.0011546268 | |
| 21113906 | 6 days ago | | | 0 | 0.00028888901 | |
| 21110359 | 7 days ago | | | 0 | 0.00025221228 | |
| 21100192 | 8 days ago | | | 0 | 0.00015156615 |
ABI
ABI objects
Getter at block 21158028
decimals() view returns (uint8)
18
mintPaused() view returns (bool)
false
name() view returns (string)
Sperax
owner() view returns (address)
0x86c87113dc3497361b7c5bad66d67303ddf4611f
paused() view returns (bool)
false
symbol() view returns (string)
SPA
totalSupply() view returns (uint256)
1028716730128394887276325796
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintableAccounts(uint256) view returns (address)
mintableGroup(address) view returns (bool)
timelockOf(address account) view returns (uint256 releaseTime, uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchTransfer(address[] recipients, uint256[] amounts)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintForUSDs(address account, uint256 amount)
mintPause()
mintUnpause()
pause()
release(address account, uint256 releaseAmount)
renounceOwnership()
revokeAllMintable()
setMintable(address account, bool allow)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool)
unpause()
AllowTransfer(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
BlockTransfer(address indexed account)
MintPaused(address account)
MintUnpaused(address account)
Mintable(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unmintable(address account)
Unpaused(address account)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.