CDR of MakeMeMoney staking service on UBIX.network
Verified contract
Active on
Ethereum with 114 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 "CDR of MakeMeMoney staking service on UBIX.network"
Transactions
ABI
ABI objects
Getter at block 21184927
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
1000000
decimals() view returns (uint256)
0
name() view returns (string)
CDR of MakeMeMoney staking service on UBIX.network
owner() view returns (address)
0xab9123c66330d15432b99c4a47bda3038bb96225
symbol() view returns (string)
UBXM
totalSupply() view returns (uint256)
1000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
issue(uint256 amount)
redeem(uint256 amount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Issue(uint256 amount)
Redeem(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.