BUIDL 404

Verified contract

Active on Base with 1,733 txns
Deployed by via 0x6996ea5b at 17223727
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
ERC-20
--
0x18f2f4a8ebc1b14807339652631424d8aab8e73ae42bc5b7d3f6b8e9f47e2ed5
0xca9604ed106d5afdf0c90a2278244616cb4759440235f1d622c64457c5daa82d
0x0bebd29fd8f6daf3813fc001ce9024f9874019822753c05422b3ca8e2d0d0f08
0x94b8bc1c1419a7c04454228f96f284ba43c923ad85b2d4e70ac2c41cb7b69fcf
0x11ac2f36ba8afe9677559ddf5510a92fa7bb330911f4099498ea2e3a59ee890f
0xa2ba74c4d8cdf5dcbf148c8522acdb50211b7a4c5ae56ffe138f21c5a9df02fd
0x5d4a8db801e133cad7369e99beb0fea75f4b4ee6a5bd7650aee924e0fac1eaae
0x90f91ad5a482a0d0e14a4583dde47871576c3236664540dfd11fd884444b9ced
0x934412615f1cd53a53128c8d208823922471ffac7894eaa391819e2d37967e49
0xd05c9144e2c0ead21dcd4a15d430ef9d426eef82043897e2983a56476c2afd42

Functions
Getter at block 22746130
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)
2367
getERC721QueueLength(view returns (uint256)
16
minted(view returns (uint256)
2367
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(addressaddressview returns (uint256)
ammPairs(addressview returns (bool)
balanceOf(addressview returns (uint256)
erc20BalanceOf(address owner_view returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
erc721TransferExempt(address target_view returns (bool)
getApproved(uint256view returns (address)
getERC721TokensInQueue(uint256 start_uint256 count_view returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
isErc20Valid(addressview returns (bool)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256 id_pure returns (string)
State-modifying
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 pairbool value
setActive(
setApprovalForAll(address operator_bool approved_
setErc20Valid(address to_bool state_
setNonErc721Recepient(address to_bool state_
setPros(uint256 _earlyPro2uint256 _earlyPro1
transfer(address to_uint256 value_returns (bool)
transferFrom(address from_address to_uint256 valueOrId_returns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAMMPair(address indexed pairbool indexed value
Transfer(address indexed fromaddress indexed touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string name_string symbol_uint8 decimals_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(