OasisCity
Verified contract
Active on
Ethereum with 35,040 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.004017 |
$0 | |
OSC | ERC-20 | 1.107558M | -- | -- | |
10SET | ERC-20 | 857.546238 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
OSC | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19678539 | 7 months ago | | | 0 | 0.00047690991 | |
| 17710514 | a year ago | | | 0 | 0.0012537994 | |
| 17710514 | a year ago | | | 0 | 0.0013768319 | |
| 17710514 | a year ago | | | 0 | 0.0021796982 | |
| 17576416 | a year ago | | | 0 | 0.00078473453 | |
| 17576280 | a year ago | | | 0 | 0.00078142351 | |
| 16527796 | 2 years ago | | | 0 | 0.0015450343 | |
| 16445598 | 2 years ago | | | 0 | 0.00092538889 | |
| 13930511 | 3 years ago | | | 0 | 0.0030432677 | |
| 13587310 | 3 years ago | | | 0 | 0.0067218216 |
ABI
ABI objects
Getter at block 21160235
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
OasisCity
owner() view returns (address)
0x81ba02eba6d99a036a8a9bccc3b0fb38b926cce6
paused() view returns (bool)
false
symbol() view returns (string)
OSC
totalSupply() view returns (uint256)
5997176065220000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blackList(address) view returns (bool)
State-modifying
Events MultiTransfer(address[] _to, uint256[] _amount) returns (bool)
SetLockAddress(address _lockAddress) returns (bool)
UnLockAddress(address _unlockAddress) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burnAdminAmount(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnAdminAmount(address indexed burner, uint256 value)
Lock(address indexed LockedAddress)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed UnLockedAddress)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.