0x6ba3a5ff675c2f553aac315fa27b49107f38ffc5
Unverified contract
Proxy
Active on
Base with 2 txns
Unified 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 49 additional slots
-
variable spans 48 additional slots
0x59f6…852d
Balances ($36,847.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAG | ERC-20 | 15.760166M | $0.002338 |
$36,847.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23179271 | 9 days ago | | | 0 | 8.6541538e-7 | |
| 23179229 | 9 days ago | | | 0 | 0.0000017882133 |
ABI
ABI objects
Getter at block 23583887
owner() view returns (address)
0x76e010758d2ae3b81973e2047ce70168ccae2abf
payoutAddress() view returns (address)
0xdc98014f02563ae331e088dcd244d99dd5fd0c84
payoutToken() view returns (address)
0x59f680f431f5280e7662b96f2dfa195d1693852d
Read-only
billContract(address) view returns (bool)
valueOfToken(address _principalTokenAddress, uint256 _amount) view returns (uint256 value_)
State-modifying
Events deposit(address _principalTokenAddress, uint256 _amountPrincipalToken, uint256 _amountPayoutToken)
deposit_FeeInPayout(address _principalTokenAddress, uint256 _amountPrincipalToken, uint256 _amountPayoutToken, uint256 _feePayoutToken, address _feeReceiver)
initialize(address _payoutToken, address _initialOwner, address _payoutAddress)
renounceOwnership()
toggleBillContract(address _billContract, bool _isActive)
transferOwnership(address newOwner)
withdraw(address _token, address _destination, uint256 _amount)
BillContractToggled(address indexed billContract, bool enabled)
Deposit(address indexed billContract, uint256 amountPrincipalToken, uint256 amountPayoutToken)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayoutFee(address indexed billContract, address feeReceiver, uint256 amountPayoutToken)
Withdraw(address indexed token, address indexed destination, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.