Main
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
Balances ($0.00)
No balances found for "Main"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Main"
ABI
ABI objects
Getter at block 20866394 ade() view returns (uint256)
asset() view returns (address)
0x0000000000000000000000000000000000000000
balance() view returns (address)
0x0000000000000000000000000000000000000000
broker() view returns (address)
0x0000000000000000000000000000000000000000
coin() view returns (address)
0x0000000000000000000000000000000000000000
env() view returns (address)
0x0000000000000000000000000000000000000000
orderbase() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
_dec(address token) view returns (uint256)
ade(address owner, address token) view returns (uint256)
ade(address token) view returns (uint256)
State-modifying
Events burn(address token, uint256 supply)
deposit(address token, uint256 reserve) payable
exchange(uint256 supply, address token, address[] frozens)
initialize(address _env, address _balance, address _asset, address _coin, address _broker, address _orderbase)
mint(address token, uint256 supply)
open(address token, uint256 reserve, uint256 supply) payable
withdraw(address token, uint256 reserve)
Burn(address indexed sender, address indexed token, uint256 supply, uint256 coinsupply)
Deposit(address indexed sender, address indexed token, uint256 reserve, uint256 sysbalance)
Exchange(address indexed sender, uint256 supply, address indexed token, uint256 reserve, uint256 sysbalance, uint256 coinsupply, address[] frozens, uint256 price)
Mint(address indexed sender, address indexed token, uint256 supply, uint256 coinsupply)
Open(address indexed sender, address indexed token, uint256 reserve, uint256 supply, uint256 sysbalance, uint256 coinsupply)
Withdraw(address indexed sender, address indexed token, uint256 reserve, uint256 sysbalance)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.