RadioBase

Verified contract

Active on Base with 144,735 txns
Deployed by via 0x7e73c562 at 21354941
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots

No balances found for "RadioBase"

0x70532214a26eed99b91badceb50bbea3700b8f98605773297b923f9b9da4a0b2
0x051ace393e97d5946a4317426eddd2d85e8d04cee46b1d153b86a11fa0f2e94b
0xbd8d7b232c0bf7c0a5d3d92df1daf8ce97cc2a0be0a77e9a01fe835434d4c853
0x9ec212f0a99d0789d8e55bde38124a833e005f6a50da02a316a24fc90af7bda7
0xe091f2a92510321c1f8cdab42b6a05f2c0593c242f10c4195ad6d0bfdcdd2211
0x33ca039067785c65303c53b0af52d79d84c613387b55748651e129afecb4b572
0x03ca53f98d43226ec0f4a357233cc030e32babc7d8312d633facfdc3668e30e5
0x7d7f6c60478cf79635f5f1412d230d0cb1de021c6cb1e64c0b77a690c750a0d3
0x8f3531fd12b57733d363f64397c0d55df2aa71d1dee569b9a9bcd77be5453f23
0xdc3105006df0279a34e7ccde6525ed3f49a2e94577642cf34ee171fbe68f5a14

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
mintsHistory(uint256view returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
mint(payable 
renounceOwnership(
start(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AddLiquidityEvent(address indexed touint256 amountuint256 ethAmountuint256 liquidity
Approval(address indexed owneraddress indexed spenderuint256 value
FairMinted(address indexed touint256 amountuint256 ethAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceAdjusted(uint256 oldPriceuint256 newPriceuint256 averageMints
Transfer(address indexed fromaddress indexed touint256 value
WindowUpdated(uint256 windowIndexuint256 mintsThisPeriod
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(