Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "RASMART"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6405484 | 6 years ago | | | 0 | 0.00091794000 | |
| 6405480 | 6 years ago | | | 0 | 0.00091794000 | |
| 6405477 | 6 years ago | | | 0 | 0.00091794000 | |
| 6405474 | 6 years ago | | | 0 | 0.00091794000 |
ABI
ABI objects
Getter at block 21215928
cap() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint256)
18
finalized() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
RASMART
symbol() view returns (string)
RAS
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isMinter(address _who) view returns (bool)
isOwner(address _who) view returns (bool)
minters(address) view returns (bool)
owners(address) view returns (bool)
State-modifying
Events addMinter(address _who) returns (bool)
addOwner(address _who) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deleteMinter(address _who) returns (bool)
deleteOwner(address _who) returns (bool)
finalize() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool)
AddMinter(address indexed who)
AddOwner(address indexed who)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
DeleteMinter(address indexed who)
DeleteOwner(address indexed who)
Finalize()
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.