Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- | |
BERMUDA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19192873 | 10 months ago | | | 0 | 0.18801003 | |
| 19192870 | 10 months ago | | | 0 | 0.0066109407 | |
| 19192869 | 10 months ago | | | 0 | 0.0045209138 | |
| 19192869 | 10 months ago | | | 0 | 0.0050075738 | |
| 19192867 | 10 months ago | | | 0 | 0.0041102175 | |
| 19192867 | 10 months ago | | | 0 | 0.0042126232 | |
| 19192867 | 10 months ago | | | 0 | 0.0044504595 | |
| 19192867 | 10 months ago | | | 0 | 0.0046992832 | |
| 19192866 | 10 months ago | | | 0 | 0.0043055132 | |
| 19192865 | 10 months ago | | | 0 | 0.0042495652 |
ABI
ABI objects
Getter at block 21396549
baseTokenURI() view returns (string)
dataURI() view returns (string)
https://raw.githubusercontent.com/Bermuda/Bermuda/main/
decimals() view returns (uint8)
18
maxTokensAmountPerWallet() view returns (uint256)
0
minted() view returns (uint256)
1256
name() view returns (string)
Bermuda
owner() view returns (address)
0xebf54f6869490681ba7a78087376a9292e109e23
symbol() view returns (string)
BERMUDA
totalSupply() view returns (uint256)
4044000000000000000000
Read-only
BermudaAddresses(address) view returns (bool)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getUserTokens(address user) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
disableLimits()
enableTrading(bool _isTradingEnabled)
mint(address to, uint256 amount)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalBermudaAddress(address BermudaAddress, bool approved)
setApprovalForAll(address operator, bool approved)
setBermudaAddress(address _BermudaAddress, bool temp)
setDataURI(string _dataURI)
setIsPairSet(bool _isPairSet)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
MaxBalanceExceeded()
NotFound()
Unauthorized()
UnsafeRecipient()