State of Being
Verified contract
Active on
Ethereum with 246 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 "State of Being"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20303943 | 5 months ago | | | 0 | 0.000078465366 | |
| 18564842 | a year ago | | | 0 | 0.0021119838 | |
| 17640133 | a year ago | | | 0 | 0.0010802363 | |
| 17582835 | a year ago | | | 0 | 0.00070769722 | |
| 17541462 | a year ago | | | 0 | 0.00076646781 | |
| 17527160 | a year ago | | | 0 | 0.00063938925 | |
| 17526899 | a year ago | | | 0 | 0.00068506092 | |
| 17364574 | 2 years ago | | | 0 | 0.0018031587 | |
| 17148521 | 2 years ago | | | 0 | 0.0017949630 | |
| 16575976 | 2 years ago | | | 0 | 0.00092763554 |
ABI
ABI objects
Getter at block 21402394
artical() view returns (string, string, string, string, string, string, string)
(State of Being, Chiharu Shiota, , , , , )
decimals() view returns (uint8)
0
name() view returns (string)
State of Being
notes() view returns (struct ERC20Note[])
[]
price() view returns (string)
50000 TWD / SOB
symbol() view returns (string)
SOB
totalSupply() view returns (uint256)
320
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setArtical(string year, string size, string squareFeet, string media) returns (bool)
setIpfs(string ipfs) returns (bool)
setNote(string date, string content) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 supply, string artName, string artist, string ipfs, string initPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.