ReveelMainV2
Verified contract
Active on
Ethereum with 192 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 "ReveelMainV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18254380 | a year ago | | | 0 | 0.0015883401 | |
| 18137519 | a year ago | | | 0 | 0.0083481220 | |
| 18014272 | a year ago | | | 0 | 0.010774523 | |
| 17883964 | a year ago | | | 0 | 0.0046808186 | |
| 17879166 | a year ago | | | 0 | 0.0063674310 | |
| 17848487 | a year ago | | | 0 | 0.0061742327 | |
| 17848460 | a year ago | | | 0 | 0.0074817635 | |
| 17848442 | a year ago | | | 0 | 0.0087736559 | |
| 17843898 | a year ago | | | 0 | 0.0072556607 | |
| 17837079 | a year ago | | | 0 | 0.0062289987 |
ABI
ABI objects
Getter at block 21285592
BASE() view returns (uint32)
10000000
getLibraryAddress() view returns (address)
0xc177b59a78d2c7d0c5a4fc6db22b4d65d55e6e0b
getPlatformFee() view returns (uint32)
100000
getPlatformWallet() view returns (address)
0xcb3b18f69da0f12d25ec85aaced53911e61ad386
getTrustedForwarder() view returns (address forwarder)
0xb539068872230f20456cf38ec52ef2f91af4ae49
owner() view returns (address)
0x0d0813cf4b14c932ac34b9e6dfdfb20739a49d62
paused() view returns (bool)
false
Read-only
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events createRevenuePath(address[][] _walletList, uint256[][] _distribution, address[] _tokenList, uint256[][] _limitSequence, string _name, bool isImmutable)
renounceOwnership()
setLibraryAddress(address _libraryAddress)
setPlatformFee(uint32 newFeePercentage)
setPlatformWallet(address newWallet)
setTrustedForwarder(address forwarder)
toggleContractState()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RevenuePathCreated(address indexed path, string name)
Unpaused(address account)
UpdatedLibraryAddress(address newLibrary)
UpdatedPlatformFee(uint32 newFeePercentage)
UpdatedPlatformWallet(address newWallet)
constructor(address _libraryAddress, uint32 _platformFee, address _platformWallet, address _forwarder)
This contract contains no fallback and receive objects.
PlatformFeeNotAppropriate()
ZeroAddressProvided()