Backer

Verified contract

Active on Ethereum with 278 txns
Deployed by via 0xf41ae8f7 at 20813336
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Backer"

0x62f9494cde8a3400bac790ddaa7842acecb79ef51dc24417233b1edfcf117349
0xb5cf52cee4324f73ce6b6b04e70ab777c0fd11531c31df586da451125f5307e1
0x3d41cd903999e39f03cad53538be3aff3079f85b784f36312bfd21b74b4d754f
0x5c1c4f155c64bfef59c06e79f91178b8820caa6e001c86d288f15e5ddae98687
0x58a3490c84618ed163273a9897e63ddb5f4472c643d6e1a10468e9383ac0b152
0xf99391fcb3b8571f0019560bfe8d64722a4c3a302e5d569d77c116ae97771dd0
0x8c79ce302922eec0965c6b82d090c8d1f28fb147aa536d97fe8050ff7a85645e
0xe2ff5388e6a867ed920e538810e95613ca5dbee8ee08ccfac428b8cb32f9a518
0x495f5ca11affb229b3139e373305fa3b60e9fa2ba305028ab8d2e47f852f4dd5
0x4dbd8b0e9a6042cb19658c5c2564bacf0b711e09e9fab5392c34ee248a0a07e0

Functions
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 userview returns (uint256)
getPackedReferral(address referrerview returns (uint256)
getReferralInfo(address referrerview returns (uint256uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
prepareCrossChainMessage(address useruint256 amountview returns (uint256 estimatedFeebytes payload)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approveReferrer(address referrer
back(uint256 amountpayable 
backWithReferrer(uint256 amountaddress referrerpayable 
conclude(
execute(bytes32 commandIdstring sourceChainstring sourceAddressbytes payload
executeWithToken(bytes32 commandIdstring sourceChainstring sourceAddressbytes payloadstring tokenSymboluint256 amount
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setCapPerWallet(uint256 newCap
setCrossChainExecutionGasLimit(uint256 newLimit
setCrossChainFees(uint256 newFee
setDestination(string _destinationChainstring _destinationAddress
setNftPrice(uint256 newPrice
togglePause(
toggleTeamRole(address accountbool grant
updateDeadline(uint256 newDeadline
Events
Backed(address indexed useruint256 amount
ReferrerApproved(address indexed referrer
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TeamRoleGranted(address indexed account
Constructor
constructor(address _owneruint256 _nftPriceuint256 _capPerWalletuint256 _minAmountuint256 _minAmountReferreruint256 _deadlineuint256 _commissionPercentageuint256 _discountPercentageuint256 _totalCapaddress _gatewayaddress _gasServicestring _destinationChainstring _destinationAddress
Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AmountTooLow(
BeforeDeadline(
CapPerWalletExceeded(
CapReached(
ContractPaused(
DeadlinePassed(
InsufficientFundSent(
InvalidAddress(
NewDeadlineMustBeAfterCurrent(
NotApprovedByGateway(
NotConcluded(
ReferrerNotApproved(