Realize Platform Coin
Verified contract
Active on
Ethereum with 572 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 "Realize Platform Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12580570 | 3 years ago | | | 0 | 0.00034970000 | |
| 10429619 | 4 years ago | | | 0 | 0.00075677203 | |
| 10328026 | 4 years ago | | | 0 | 0.0010110807 | |
| 10321474 | 4 years ago | | | 0 | 0.0017516900 | |
| 10316736 | 4 years ago | | | 0 | 0.0013417200 | |
| 10314411 | 4 years ago | | | 0 | 0.00069480000 | |
| 10314411 | 4 years ago | | | 0 | 0.00066774000 | |
| 10307868 | 4 years ago | | | 0 | 0.00044516000 | |
| 10305996 | 4 years ago | | | 0 | 0.00032086080 | |
| 10301128 | 4 years ago | | | 0 | 0.0011549980 |
ABI
ABI objects
Getter at block 21160490
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Realize Platform Coin
owner() view returns (address)
0x0ef2bd659068eeaab83f858db639646b9352b040
symbol() view returns (string)
RPC
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address burner, uint256 _value)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.