Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 7.03361 | $0.999394 |
$7.03 | |
DIXIE | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22736879 | 3 minutes ago | | | 0 | 1.9663616e-7 | |
| 22736810 | 5 minutes ago | | | 0 | 0.000000105150647316 | |
| 22736764 | 7 minutes ago | | | 0 | 1.9694327e-7 | |
| 22736757 | 7 minutes ago | | | 0 | 1.9663616e-7 | |
| 22736749 | 8 minutes ago | | | 0 | 0.000000202870166982 | |
| 22736673 | 10 minutes ago | | | 0 | 0.000093097750 | |
| 22736652 | 11 minutes ago | | | 0 | 2.4460593e-7 | |
| 22736624 | 12 minutes ago | | | 0 | 1.9803170e-7 | |
| 22736547 | 14 minutes ago | | | 0 | 0.000000204734360283 | |
| 22736506 | 16 minutes ago | | | 0 | 0.0000047928539 |
ABI
ABI objects
Getter at block 22736970
MAX_COIN_SUPPLY() view returns (uint256)
1000000000000000000000000000
_lpTokenReserve() view returns (address)
0x58ebfb5811825cb2dbb2c3dac4e7e343e543f0b0
_teamReserve() view returns (address)
0x121fa3204677c12aad7fe2bc31f1084e4f6064a1
admin() view returns (address)
0x7c7391247c0d16b90b3e340bcf85a3d5e7f17145
currentDrop() view returns (uint8)
1
currentState() view returns (uint8)
2
decimals() view returns (uint8)
18
getPrice() view returns (uint256)
1000000000000
mirrorERC721() view returns (address)
0x0c2837c02ad5f46ed63723c637bfd34807569d92
name() view returns (string)
LOUDER
owner() view returns (address)
0x58feb550bf08c4c04d239882bce23f56c567d3c9
symbol() view returns (string)
LOUDER
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
dropData(uint8) view returns (uint256 price, uint256 supply)
getDropSupply(uint8 drop_) view returns (uint256)
getOwnedNFTs(address address_) view returns (uint256[])
getSkipNFT(address owner) view returns (bool result)
State-modifying
Events adminAddToBurnPool(uint32 quantity)
adminChangePrice(uint256 price_, uint8 drop_)
adminChangeState(uint8 state_)
adminSetLpTokenReserve(address _address)
adminSetSkipNFT(address _address, bool _skipNFT)
adminSetTeamReserve(address _address)
adminWithdrawETH(address payee)
approve(address spender, uint256 amount) returns (bool)
changeLockState(bool lock_)
endDrop()
mintPresale(uint64 quantity, uint8 drop_) payable
mintTo(address to, uint256 amount)
multiTransferToEOA(struct TransferTo[] transfers_)
renounceOwnership()
setBaseURI(string baseURI_)
setCanAlwaysTransfer(address _address, bool _canTransfer)
setSkipNFT(bool skipNFT) returns (bool)
startDrop(uint256 price, uint256 dropSupply)
transfer(address to, uint256 amount) returns (bool)
transferAdmin(address newAdmin_)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockForever()
AdminTransferred(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SkipNFTSet(address indexed owner, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(ConstructorConfig config_)
fallback()
receive()
AddressInsufficientBalance(address account)
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
DNNotInitialized()
FailedInnerCall()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
InvalidUnit()
LinkMirrorContractFailed()
MirrorAddressIsZero()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()