LateDAO
Verified contract
Active on
Ethereum with 2,473 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LateDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155139 | 5 days ago | | | 0 | 0.00069419792 | |
| 21060879 | 18 days ago | | | 0 | 0.00021654913 | |
| 21059349 | 19 days ago | | | 0 | 0.00022038967 | |
| 21059208 | 19 days ago | | | 0 | 0.00021928614 | |
| 21017016 | 25 days ago | | | 0 | 0.00014683181 | |
| 20706262 | 2 months ago | | | 0 | 0.000048262253 | |
| 20706112 | 2 months ago | | | 0 | 0.000087696691 | |
| 20706107 | 2 months ago | | | 0 | 0.00012284854 | |
| 20699262 | 2 months ago | | | 0 | 0.00011300132 | |
| 20562969 | 3 months ago | | | 0 | 0.00015538864 |
ABI
ABI objects
Getter at block 21192895
MAX_SUPPLY() view returns (uint256)
10000
name() view returns (string)
LateDAO
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x8d57bc86230751516bf6bd50091aef69ef75e7a2
price() view returns (uint256)
260000000000000000
signerAddress() view returns (address)
0x534c0c297a123bb09fa6f5b341f74eb931ace0f3
state() view returns (uint8)
3
symbol() view returns (string)
LATE
totalSupply() view returns (uint256)
6594
walletAddress() view returns (address)
0x6dea85f7bb8216e327a275e3ec54ccf0885bccd4
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropNFTDynamic(address[] _address, uint256[] _nums)
airdropNFTFixed(address[] _address, uint256 num)
approve(address to, uint256 tokenId)
mintMyNFT666(uint256 _num, bytes _ticket, bytes _signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBypassSignatureChecking(bool _status)
updateMyTokenURI888(string tokenURI)
updatePrice(uint256 _newPrice)
updateProjectState(uint8 _newState)
updateSignerAddress(address _address)
updateWalletAddress(address _address)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.