BasedAIBridge
Verified contract
Active on
Ethereum with 30,599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($392,357,488.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
pepecoin | ERC-20 | 72.343015M | $4.39 |
$317,585,837.52 | |
basedAI | ERC-20 | 17.59333M | $4.25 |
$74,771,650.63 | |
INUINU | ERC-20 | 303.030303M | $0.00 |
$0.3 | |
BCRED | ERC-20 | 314.072978K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199221 | 4 minutes ago | | | 0 | 0.0011115423 | |
| 21198993 | an hour ago | | | 0 | 0.0016883509 | |
| 21198778 | 2 hours ago | | | 0 | 0.00086699276 | |
| 21198714 | 2 hours ago | | | 0 | 0.0021476865 | |
| 21198444 | 3 hours ago | | | 0 | 0.0034048914 | |
| 21198434 | 3 hours ago | | | 0 | 0.0028140999 | |
| 21198411 | 3 hours ago | | | 0 | 0.0022131307 | |
| 21198054 | 4 hours ago | | | 0 | 0.0020707643 | |
| 21197834 | 5 hours ago | | | 0 | 0.0028197156 | |
| 21197478 | 6 hours ago | | | 0 | 0.0022394679 |
ABI
ABI objects
Getter at block 21199238
brainNFT() view returns (address)
0xa9e8acf069c58aec8825542845fd754e41a9489a
mainnetLive() view returns (bool)
false
owner() view returns (address)
0x16c2c955c1c897e1ff6c715c2457215e2d7fcf97
paused() view returns (bool)
false
pepeCoin() view returns (address)
0xa9e8acf069c58aec8825542845fd754e41a9489a
pepeCoinAddress() view returns (address)
0xa9e8acf069c58aec8825542845fd754e41a9489a
startTime() view returns (uint256)
1715462915
Read-only
calculateCreditsPerToken(address staker, address _tokenAddress) view returns (uint256)
calculateReturnCredits(address staker) view returns (uint256)
calculateTotalCredits(address staker) view returns (uint256)
credits(address) view returns (uint256)
finalScores(address) view returns (uint256)
getCurrentRate(address tokenAddress) view returns (uint256)
getFinalScore(address staker) view returns (uint256)
getStakedAmount(address user, address tokenAddress) view returns (uint256)
hasStaked(address) view returns (bool)
lastKnownCredits(address) view returns (uint256)
stakers(uint256) view returns (address)
stakes(address, uint256) view returns (address tokenAddress, uint256 amount, uint256 timestamp, uint256 rate)
tokenConfigs(address) view returns (uint256 initialRate, uint256 rateIncreaseAmount, uint256 rateIncreaseInterval, bool isSupported)
State-modifying
Events addOrUpdateToken(address tokenAddress, uint256 _initialRate, uint256 _rateIncreaseAmount, uint256 _rateIncreaseInterval)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
recoverERC721(address tokenAddress, uint256 tokenId)
removeToken(address tokenAddress)
setBasedBrainNFT(address tokenAddress)
setCreditsForAddress(address _user, uint256 _credits)
stake(address tokenAddress, uint256 _amount)
stakeBrain(uint256 _tokenId)
triggerMainnetLive()
unpause()
withdraw()
BrainStaked(address indexed user, uint256 tokenId, uint256 timestamp, uint256 rate)
BrainWithdrawn(address indexed user, uint256 tokenId)
CreditsUpdated(address indexed user, uint256 credits)
FinalScoreRecorded(address indexed user, uint256 finalScore)
MainnetActivated()
Paused(address account)
Staked(address indexed user, address tokenAddress, uint256 amount, uint256 timestamp, uint256 rate)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.