Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Samuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982722 | a month ago | | | 0 | 0.00022831449 | |
| 20602128 | 3 months ago | | | 0 | 0.00010474954 | |
| 20602121 | 3 months ago | | | 0 | 0.000047470667 | |
| 20149590 | 5 months ago | | | 0.002 | 0.000080507941 | |
| 20074053 | 5 months ago | | | 0 | 0.00023655268 | |
| 19925030 | 6 months ago | | | 0 | 0.00038601546 | |
| 19110295 | 10 months ago | | | 0 | 0.00037317000 | |
| 18939740 | a year ago | | | 0 | 0.00034016788 | |
| 18757660 | a year ago | | | 0 | 0.0015161720 | |
| 18302811 | a year ago | | | 0 | 0.00050837706 |
ABI
ABI objects
Getter at block 21280601
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://samuki.devzeus.io/json/
cost() view returns (uint256)
1000000000000000
maxMintAmount() view returns (uint256)
25
maxSupply() view returns (uint256)
20000
name() view returns (string)
Samuki
owner() view returns (address)
0x7ca45826fd7b85c2c0f8b0eaa06b2d3e806150bd
paused() view returns (bool)
true
presaleCost() view returns (uint256)
30000000000000000
symbol() view returns (string)
SAMUKINFT
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
7139
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)
payee(uint256 index) view returns (address)
presaleWallets(address) view returns (bool)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
whitelisted(address) view returns (bool)
State-modifying
Events add100PresaleUsers(address[100] _users)
addPresaleUser(address _user)
approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
release(address account)
release(address token, address account)
removePresaleUser(address _user)
removeWhitelistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setPresaleCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, address[] _payees, uint256[] _shares)
receive()
This contract contains no error objects.