RadioBase
Verified contract
Active on
Base with 144,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "RadioBase"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740892 | 5 hours ago | | | 0 | 3.1818144e-7 | |
| 22727289 | 12 hours ago | | | 0 | 0.000000073920703668 | |
| 22707937 | a day ago | | | 0 | 8.4691886e-7 | |
| 22691857 | a day ago | | | 0 | 4.5086400e-7 | |
| 22685573 | a day ago | | | 0 | 8.5217431e-7 | |
| 22683816 | 2 days ago | | | 0 | 0.0000018871065 | |
| 22649496 | 2 days ago | | | 0 | 0.000000509619336788 | |
| 22640730 | 3 days ago | | | 0 | 6.6389712e-7 | |
| 22640055 | 3 days ago | | | 0 | 0.000000700679829984 | |
| 22624713 | 3 days ago | | | 0 | 4.4648431e-7 |
ABI
ABI objects
Getter at block 22749289
AMOUNT_PER_MINT() view returns (uint256)
1000
BASE_MINTS() view returns (uint256)
50
INITIAL_PRICE() view returns (uint256)
100000000000000
MAX_PRICE() view returns (uint256)
10000000000000000
MINTS_MULTIPLIER_THRESHOLD() view returns (uint256)
2
WINDOW_SIZE() view returns (uint256)
5
currentPrice() view returns (uint256)
1068000000000000
currentWindowIndex() view returns (uint256)
2
currentWindowStart() view returns (uint256)
1729717787
decimals() view returns (uint8)
18
getCurrentPrice() view returns (uint256)
1068000000000000
launcher() view returns (address)
0x8d0bb1b3e84aee60b7da4f00e9975bc8cc9edd2f
mintLimit() view returns (uint256)
100000000000000000000000000
minted() view returns (uint256)
85946000000000000000000000
mintsInCurrentWindow() view returns (uint256)
16
name() view returns (string)
RadioBase
owner() view returns (address)
0x000000000000000000000000000000000000dead
started() view returns (bool)
true
startingBlock() view returns (uint256)
0
sumMints() view returns (uint256)
2671
symbol() view returns (string)
RB
totalSupply() view returns (uint256)
162275253082416817743427245
uniswapFactory() view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
uniswapRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
windowDuration() view returns (uint256)
300
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintsHistory(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mint() payable
renounceOwnership()
start()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AddLiquidityEvent(address indexed to, uint256 amount, uint256 ethAmount, uint256 liquidity)
Approval(address indexed owner, address indexed spender, uint256 value)
FairMinted(address indexed to, uint256 amount, uint256 ethAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceAdjusted(uint256 oldPrice, uint256 newPrice, uint256 averageMints)
Transfer(address indexed from, address indexed to, uint256 value)
WindowUpdated(uint256 windowIndex, uint256 mintsThisPeriod)
constructor()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()