GenArtPaymentSplitterV2
Verified contract
Active on
Ethereum with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,654.76)
Native
Value
$6,393.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.641918 | $3,893.80 |
$6,393.3 | |
WETH | ERC-20 | 0.06715 | $3,893.66 |
$261.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20203555 | 5 months ago | | | 0 | 0.000095523294 | |
| 19202004 | 10 months ago | | | 0 | 0.00062434421 | |
| 18965986 | a year ago | | | 0 | 0.00054978875 | |
| 18008421 | a year ago | | | 0 | 0.00040442651 | |
| 17812201 | a year ago | | | 0 | 0.0010456360 | |
| 17187449 | 2 years ago | | | 0 | 0.0046969171 | |
| 16967762 | 2 years ago | | | 0 | 0.00061412580 | |
| 16667551 | 2 years ago | | | 0 | 0.0011466356 | |
| 16426752 | 2 years ago | | | 0 | 0.00063537974 | |
| 16426746 | 2 years ago | | | 0 | 0.00067526786 |
ABI
ABI objects
Getter at block 21390154
_destoryed() view returns (bool)
false
_wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
genartAdmin() view returns (address)
0xf7d96d2d672af54c661ef5049adc3482a191484d
owner() view returns (address)
0x59806bf04af29b9d2fbfca21acb40e2bd3823443
Read-only
_balances(address) view returns (uint256)
_wethBalances(address) view returns (uint256)
admins(address) view returns (bool)
getBalanceForAccount(address account) view returns (uint256)
getTotalSharesOfCollection(address collection, uint8 paymentType) view returns (uint256)
State-modifying
Events addCollectionPayment(address collection, address[] payees, uint256[] shares)
addCollectionPaymentRoyalty(address collection, address[] payees, uint256[] shares)
emergencyWithdraw()
release(address account)
renounceOwnership()
setAdminAccess(address admin, bool access)
setGenArtAdmin(address admin)
splitPayment(address collection) payable
splitPaymentRoyalty(address collection) payable
splitPaymentRoyaltyWETH(address collection, uint256 wethAmount) payable
transferOwnership(address newOwner)
updatePayee(address collection, uint8 paymentType, uint256 payeeIndex, address newPayee)
IncomingPayment(address collection, uint256 paymentType, address payee, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address wethAddress_)
receive()
This contract contains no error objects.