Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Backer"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20828181 | 2 months ago | | | 1.2 | 0.0012439200 | |
| 20828170 | 2 months ago | | | 0.6486 | 0.0013683120 | |
| 20828156 | 2 months ago | | | 0 | 0.0023870400 | |
| 20828149 | 2 months ago | | | 0.3246 | 0.0015890275 | |
| 20828118 | 2 months ago | | | 0.1086 | 0.0012124474 | |
| 20828108 | 2 months ago | | | 0.1086 | 0.0015887451 | |
| 20828108 | 2 months ago | | | 0.7566 | 0.0016585600 | |
| 20828108 | 2 months ago | | | 0.1086 | 0.0016585600 | |
| 20828108 | 2 months ago | | | 0.6486 | 0.0017135857 | |
| 20828108 | 2 months ago | | | 3.2406 | 0.0067717036 |
ABI
ABI objects
Getter at block 21207916
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
REFERRER_ROLE() view returns (bytes32)
0xe00fc2961631f2e419a1f77b354a70792e583ec1a56bcf6658345db5fc199663
TEAM_ROLE() view returns (bytes32)
0x5146a08baf902532d0ee2f909971144f12ca32651cd70cbee1117cddfb3b3b33
capPerWallet() view returns (uint256)
30
commissionPercentage() view returns (uint256)
10
concluded() view returns (bool)
true
crossChainExecutionGasLimit() view returns (uint256)
200000
crossChainFees() view returns (uint256)
600000000000000
deadline() view returns (uint256)
1728201599
destinationAddress() view returns (string)
0x8872Cf9Be099C63fc4E4421eB30cc260d6D1cf77
destinationChain() view returns (string)
mantle
discountPercentage() view returns (uint256)
10
gasService() view returns (address)
0x2d5d7d31f671f86c782533cc367f14109a082712
gateway() view returns (address)
0x4f4495243837681061c4743b74b3eedf548d56a5
isPaused() view returns (bool)
false
minAmount() view returns (uint256)
1
minAmountReferrer() view returns (uint256)
3
nftPrice() view returns (uint256)
120000000000000000
totalBacked() view returns (uint256)
3690
totalCap() view returns (uint256)
3690
Read-only
getPackedBack(address user) view returns (uint256)
getPackedReferral(address referrer) view returns (uint256)
getReferralInfo(address referrer) view returns (uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
prepareCrossChainMessage(address user, uint256 amount) view returns (uint256 estimatedFee, bytes payload)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approveReferrer(address referrer)
back(uint256 amount) payable
backWithReferrer(uint256 amount, address referrer) payable
conclude()
execute(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload)
executeWithToken(bytes32 commandId, string sourceChain, string sourceAddress, bytes payload, string tokenSymbol, uint256 amount)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setCapPerWallet(uint256 newCap)
setCrossChainExecutionGasLimit(uint256 newLimit)
setCrossChainFees(uint256 newFee)
setDestination(string _destinationChain, string _destinationAddress)
setNftPrice(uint256 newPrice)
togglePause()
toggleTeamRole(address account, bool grant)
updateDeadline(uint256 newDeadline)
Backed(address indexed user, uint256 amount)
ReferrerApproved(address indexed referrer)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TeamRoleGranted(address indexed account)
constructor(address _owner, uint256 _nftPrice, uint256 _capPerWallet, uint256 _minAmount, uint256 _minAmountReferrer, uint256 _deadline, uint256 _commissionPercentage, uint256 _discountPercentage, uint256 _totalCap, address _gateway, address _gasService, string _destinationChain, string _destinationAddress)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AmountTooLow()
BeforeDeadline()
CapPerWalletExceeded()
CapReached()
ContractPaused()
DeadlinePassed()
InsufficientFundSent()
InvalidAddress()
NewDeadlineMustBeAfterCurrent()
NotApprovedByGateway()
NotConcluded()
ReferrerNotApproved()