The SolaVerse
Verified contract
Active on
Ethereum with 148 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 "The SolaVerse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110929 | a month ago | | | 0 | 0.000077712239 | |
| 21110925 | a month ago | | | 0 | 0.000075445868 | |
| 21110924 | a month ago | | | 0 | 0.00011969714 | |
| 21092167 | a month ago | | | 0 | 0.00018298521 | |
| 20867673 | 2 months ago | | | 0 | 0.00016038510 | |
| 20116488 | 5 months ago | | | 0 | 0.00016257195 | |
| 20022661 | 6 months ago | | | 0 | 0.00036914171 | |
| 19957642 | 6 months ago | | | 0 | 0.00037663404 | |
| 19881030 | 7 months ago | | | 0 | 0.00020832551 | |
| 19822104 | 7 months ago | | | 0 | 0.00038223568 |
ABI
ABI objects
Getter at block 21312159
decimals() pure returns (uint8)
18
deflationRate() view returns (uint32)
0
getProcessorAddresses() view returns (address[])
[0x46758261706547e739be6926e0364107533C8F93, 0xD7E61aef5d00000A374F230d5a1E7237a93299f9]
name() view returns (string)
The SolaVerse
owner() view returns (address)
0xa857f8b5da06762d6d59b80c87b5ea9c0583344a
symbol() view returns (string)
SOLA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addProcessorAddress(address _address)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
economyUpdate(uint16 _deflationRate)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
processorTransfer(address _recipient, uint256 _amount)
removeProcessorAddress(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burnt(uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateDeflationRate(uint32 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.