REAL ESTATE COINS
Verified contract
Active on
Ethereum with 163 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 "REAL ESTATE COINS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16363121 | 2 years ago | | | 0 | 0.0013834711 | |
| 15699246 | 2 years ago | | | 0 | 0.00036647229 | |
| 15697832 | 2 years ago | | | 0 | 0.00087437564 | |
| 15697831 | 2 years ago | | | 0 | 0.00068786129 | |
| 15697761 | 2 years ago | | | 0 | 0.00047691000 | |
| 15692575 | 2 years ago | | | 0 | 0.00038507111 | |
| 15496109 | 2 years ago | | | 0 | 0.0019214031 | |
| 14397705 | 3 years ago | | | 0 | 0.0024533946 | |
| 14174112 | 3 years ago | | | 0 | 0.0053751611 | |
| 13974046 | 3 years ago | | | 0 | 0.0073538612 |
ABI
ABI objects
Getter at block 21212477
decimals() view returns (uint8)
8
name() view returns (string)
REAL ESTATE COINS
owner() view returns (address)
0x8daf061b23fea29436a7b93371706d84547ff792
symbol() view returns (string)
SYBC
totalSupply() view returns (uint256)
2000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.