Bermuda

Verified contract

Active on Ethereum with 238 txns
Deployed by via 0xc893053e at 19199109
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional variables

No balances found for "Bermuda"

0xbc383ea1cfb98c1c0ac7b31f373a0a3bdb1b6b907451304c5abd0797467bfbc1
0xdcd2f764ffcbeebc5ea58edf1b949d6681223bbac7ec346de858303fac3199bb
From
0x31843b4b461bc086b9485a7a48e8d0280c01dca4510372a173173f0b40040c89
0x0f4f341ee5fbb99618cabf0631fb844811cd475abb6f740e00fc7802b0c8c2c2
0x85598d3242946830cd2de48c022cf05c429a725f0f93659af3f098c790163a06
0x6167a374308ae236e758a42f5e6b442e002e6715f9d39ed6222bdd35f8423e49
0x2ee400960713b5eb7c5035c7a9042b1790023e05a1fa65ce4473c6d1cc918085
0x7306259fd3cd87c08d91628202de26a7e19e78d441c96cf7628ad2e093e89f11
0xac396f5569227f95d69464f5c016d9f0e85d07863726c88e6d641a23e685382f
0xb532b090e2122e80852356ff88676123395f6f0f03c4d3e14dc0ba954f4480e9

Functions
Getter at block 21326242
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
ipfs://bafybeid2ccwdio2if5n73ifbktfabmitjghyjhqmp4uh35zwos6fz4wsim/
buyTotalFees(view returns (uint256)
5
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
limitsInEffect(view returns (bool)
true
marketingWallet(view returns (address)
0xa17abc4d268d65d6ad062ab2aa54f0b66a8c6c09
maxTransactionAmount(view returns (uint256)
4044000000000000000000
maxWallet(view returns (uint256)
4044000000000000000000
minted(view returns (uint256)
1822
name(view returns (string)
Bermuda
owner(view returns (address)
0x8ff9a35cd458e00ffece1e2d0a73657a54978ca9
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
revealNFT(view returns (bool)
true
sellTotalFees(view returns (uint256)
5
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
1000000000000000000
symbol(view returns (string)
BMDA
totalSupply(view returns (uint256)
4044000000000000000000
tradingActive(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x08ab402bc7c46fdd67eb3a556d539d9640f38208
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(addressaddressview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
airdrop(address[] addressesuint256[] amounts
approve(address spenderuint256 amountOrIdreturns (bool)
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
manualsend(
manualswap(uint256 amount
removeLimits(returns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setAutomatedMarketMakerPair(address pairbool value
setNameSymbol(string _namestring _symbol
setReveal(bool _reveal
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
stfu(uint256 openingFee
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
updateBuyFees(uint256 _marketingFee
updateMarketingWallet(address newMarketingWallet
updateMaxTxnAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateSellFees(uint256 _marketingFee
updateSwapTokensAtAmount(uint256 newAmountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _initialSupplyuint8 _decimaladdress _wallet1
Fallback and receive
receive(
Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(