Olyseum
Verified contract
Proxy
Active on
Ethereum with 8,186 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OLY | ERC-20 | 131.358379K | $0.000239 |
$31.42 | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156588 | 6 hours ago | | | 0 | 0.00066924013 | |
| 21149039 | a day ago | | | 0 | 0.00060622792 | |
| 21143000 | 2 days ago | | | 0 | 0.0011705586 | |
| 21141896 | 2 days ago | | | 0 | 0.00059479675 | |
| 21141184 | 2 days ago | | | 0 | 0.00049392899 | |
| 21120518 | 5 days ago | | | 0 | 0.00055831600 | |
| 21095798 | 9 days ago | | | 0 | 0.00018870000 | |
| 21037973 | 17 days ago | | | 0 | 0.00099755490 | |
| 21022832 | 19 days ago | | | 0 | 0.00085598343 | |
| 21006498 | 21 days ago | | | 0 | 0.00033648654 |
ABI
ABI objects
Getter at block 21158374
decimals() view returns (uint8)
18
name() view returns (string)
Olyseum
symbol() view returns (string)
OLY
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint8 decimals, uint256 totalSupply, address tokenHolder)
publishMessages(uint256[] nonces, uint256[] paymentAmounts, address[] paymentCollectors, uint256[] paymentFees, address[] feeCollectors, bytes32[] sigsR, bytes32[] sigsS, uint8[] sigsV)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DeferredTransfer(address paymentSigner, uint256 nonce, uint256 paymentAmount, address paymentCollector, uint256 paymentFee, address feeCollector, bool statusSuccessful)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.