0x3519a636a01c39cd5d77b68c6c61d3adb9189ba5
Unverified contract
Proxy
Active on
Base with 1,400 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($430.68)
Native
Value
$429.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.1298 | $3,307.48 |
$429.31 | |
BWB | ERC-20 | 5 | $0.272865 |
$1.36 | |
INTERN | ERC-20 | 133.4438 | -- | -- | |
ANS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22916539 | an hour ago | | | 0 | 0.0000011008856 | |
| 22906619 | 7 hours ago | | | 0 | 0.0000011008856 | |
| 22902573 | 9 hours ago | | | 0 | 0.0000020304493 | |
| 22902395 | 9 hours ago | | | 0 | 0.0000018207975 | |
| 22889627 | 16 hours ago | | | 0 | 3.3709910e-7 | |
| 22889538 | 16 hours ago | | | 0 | 3.2704761e-7 | |
| 22886607 | 18 hours ago | | | 0 | 6.9793000e-7 | |
| 22882925 | 20 hours ago | | | 0 | 0.0000073324193 | |
| 22879962 | 21 hours ago | | | 0 | 6.5580773e-7 | |
| 22879945 | 21 hours ago | | | 0 | 6.5580773e-7 |
ABI
ABI objects
Getter at block 22918489
adminSellFeePercent() view returns (uint8)
10
ansTokenID() view returns (uint256)
813
bondingCurve() view returns (address)
0x6c92dd3afb580c7dfadf3ff74102491dd6b4bb5d
creatorSellFeePercent() view returns (uint8)
20
decimals() view returns (uint8)
18
hasLaunched() view returns (bool)
true
name() view returns (string)
Base Intern
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x1d7c6f8afbae3466e27f2adc23f4bd95d9880bc3
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
INTERN
totalSupply() view returns (uint256)
21000000000000000000000000
treasury() view returns (address)
0x164db75084847e49a37a27e2fff7db8244bd355b
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getCooldown(address _user, uint256 _cooldownIndex) view returns (struct AgentKeyCooldown)
getMembership(address _user) view returns (uint256)
getStuckETHTokens(address _address) view returns (uint256)
getTotalCooldowns(address _user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
cancel(uint256 _cooldownIndex)
claim(uint256 _cooldownIndex)
claimStuckETH(address _receiver)
initialize(address _bondingCurve, address _creator, address _router, string name_, uint256 _ansTokenID, address _treasury, uint8 _adminSellFeePercent, uint8 _creatorSellFeePercent)
launch()
renounceOwnership()
setPair(address _pair)
subscribe(uint256 _amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unsubscribe(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Cancelled(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
Claimed(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
ETHTransferFailed(address indexed account, uint256 amount)
FeesCollected(uint256 tokensSwapped, uint256 adminAmount, uint256 creatorAmount)
Initialized()
Initialized(uint64 version)
Launched()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairUpdated(address pair)
StuckETHClaimed(address indexed account, address indexed receiver, uint256 amount)
Subscribed(address indexed account, uint256 ak)
Transfer(address indexed from, address indexed to, uint256 value)
Unsubscribed(address indexed account, uint256 cooldownIndex, struct AgentKeyCooldown cooldown)
This contract contains no constructor objects.
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidAddress()
InvalidAmount()
InvalidIndex()
InvalidInitialization()
NotInitializing()
NothingStuck()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PrematureExecution()
ReentrancyGuardReentrantCall()
TransferFailed(address account, uint256 amount)
Unauthorized()
Unavailable()