MintSplitter
Verified contract
Active on
Ethereum with 1 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 "MintSplitter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14271490 | 3 years ago | | | 0 | 0.026508456 |
ABI
ABI objects
Getter at block 21275682
owner() view returns (address)
0xd7e5e1c0cb9540669d8f22f71c9540460db23938
totalReleased() view returns (uint256)
1230250000000000000000
totalShares() view returns (uint256)
10000
Read-only
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
totalReleased(address token) view returns (uint256)
State-modifying
Events flush()
flushToken(address token)
release(address account)
release(address token, address account)
renounceOwnership()
transferOwnership(address newOwner)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
constructor(address[] payees, uint256[] shares)
receive()
This contract contains no error objects.