Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUIDL | ERC-20 | 7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21874266 | 6 hours ago | | | 0 | 3.2902603e-7 | |
| 21870949 | 7 hours ago | | | 0 | 0.000011473200 | |
| 21870382 | 8 hours ago | | | 0 | 0.000000085588900600 | |
| 21870372 | 8 hours ago | | | 0 | 1.4870560e-7 | |
| 21868640 | 9 hours ago | | | 0 | 0.000011473200 | |
| 21868249 | 9 hours ago | | | 0 | 3.2296671e-7 | |
| 21868137 | 9 hours ago | | | 0 | 3.2371545e-7 | |
| 21862236 | 12 hours ago | | | 0 | 1.8828800e-7 | |
| 21858793 | 14 hours ago | | | 0 | 1.4441400e-7 | |
| 21854978 | 16 hours ago | | | 0 | 1.6946995e-7 |
ABI
ABI objects
Getter at block 21884279
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
active() view returns (bool)
true
corePair() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
earlyPro() view returns (bool)
true
earlyPro1() view returns (uint256)
500000000000000000000000
earlyPro2() view returns (uint256)
5000000000000000000000000
erc20TotalSupply() view returns (uint256)
215000000000000000000000000
erc721TotalSupply() view returns (uint256)
2266
getERC721QueueLength() view returns (uint256)
1
minted() view returns (uint256)
2266
name() view returns (string)
BUIDL 404
owner() view returns (address)
0x6469b96f582ee2e09ec64b81bbceffeb02d0c2d1
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
BUIDL
totalSupply() view returns (uint256)
215000000000000000000000000
units() view returns (uint256)
21500000000000000000000
Read-only
allowance(address, address) view returns (uint256)
ammPairs(address) view returns (bool)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
isErc20Valid(address) view returns (bool)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 id_) pure returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
initialize()
removePro()
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setAMMPair(address pair, bool value)
setActive()
setApprovalForAll(address operator_, bool approved_)
setErc20Valid(address to_, bool state_)
setNonErc721Recepient(address to_, bool state_)
setPros(uint256 _earlyPro2, uint256 _earlyPro1)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAMMPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
AlreadyExists()
DecimalsTooLow()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
Unauthorized()
UnsafeRecipient()