Obi Real Estate
Verified contract
Active on
Ethereum with 889 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 "Obi Real Estate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244045 | 11 hours ago | | | 0 | 0.00052370541 | |
| 21244014 | 11 hours ago | | | 0 | 0.00059823972 | |
| 21243867 | 12 hours ago | | | 0 | 0.00055949027 | |
| 21243821 | 12 hours ago | | | 0 | 0.00092248800 | |
| 21237737 | a day ago | | | 0 | 0.00089564101 | |
| 21231258 | 2 days ago | | | 0 | 0.00059522064 | |
| 21228214 | 3 days ago | | | 0 | 0.00040487866 | |
| 21224071 | 3 days ago | | | 0 | 0.00060582399 | |
| 21223923 | 3 days ago | | | 0 | 0.0011091442 | |
| 21223364 | 3 days ago | | | 0 | 0.0012363767 |
ABI
ABI objects
Getter at block 21247431
_sixMonthsAfterDeployment() view returns (uint256)
1725217559
decimals() view returns (uint8)
18
fuse() view returns (bool)
true
name() view returns (string)
Obi Real Estate
owner() view returns (address)
0xe5bbbfc49c48032fdaf9f061cfa2fd660aacd4f4
symbol() view returns (string)
OBICOIN
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_minimumBalances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events airdrop(address[] _to, uint256[] _amount)
approve(address spender, uint256 value) returns (bool)
blowFuse()
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
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)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)