scorpio.world
Verified contract
Active on
Ethereum with 2,137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,711.28)
Native
Value
$1,711.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.54 | $3,169.04 |
$1,711.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18936584 | 10 months ago | | | 0 | 0.0015223073 | |
| 18910366 | 10 months ago | | | 0 | 0.00027418834 | |
| 18910364 | 10 months ago | | | 0 | 0.00048631058 | |
| 18767098 | a year ago | | | 0 | 0.0012969761 | |
| 17924140 | a year ago | | | 0 | 0.0012089800 | |
| 17922947 | a year ago | | | 0 | 0.0013700959 | |
| 17425076 | a year ago | | | 0 | 0.0013626227 | |
| 17309264 | a year ago | | | 0 | 0.0022314504 | |
| 17066739 | 2 years ago | | | 0 | 0.0046205000 | |
| 17039293 | 2 years ago | | | 0 | 0.0016730316 |
ABI
ABI objects
Getter at block 21160434
MAX_ROYALTY_FEE() view returns (uint32)
1000
name() view returns (string)
scorpio.world
owner() view returns (address)
0x0f4c052c507aa2a84369ef1551cd7299f91a4fbf
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
SCORPIO
totalSupply() view returns (uint256)
1092
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
internalTokenToProjectId(uint256) view returns (uint256)
internalTokenToProjectTokenId(uint256) view returns (uint256)
isApprovedForAll(address owner_, address operator_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectToCurrentTokenId(uint256) view returns (uint256)
projectToMaxTokenId(uint256) view returns (uint256)
projectToMintPrice(uint256) view returns (uint256)
projectToPreMint(uint256) view returns (bool)
projectToProceeds(uint256) view returns (uint256)
projectToRoyalties(uint256) view returns (uint256)
projectToRoyaltyAddress(uint256) view returns (address)
projectToRoyaltyFee(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
disablePreMint(uint256 projectId_)
mint(uint256 projectId_, address to_) payable returns (uint256 tokenId_)
preMint(uint256 projectId_, uint256 amount_, address to_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTokenURI(uint256 tokenId_, string uri_)
setupProject(uint256 projectId_, uint256 maxTokenId_, uint256 mintPrice_, uint256 royaltyFee_, address royaltyAddress_, string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
withdrawProceeds(uint256 projectId_)
withdrawRoyalties(uint256 projectId_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 indexed projectId_, uint256 tokenId_, uint256 projectTokenId_, uint256 price_, address indexed to_)
PreMint(uint256 indexed projectId_, address indexed to_, uint256 amount_)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawProceeds(uint256 indexed projectId_, uint256 amount_)
WithdrawRoyalties(uint256 indexed projectId_, uint256 amount_)
constructor(string name_, string symbol_, address owner_, address proxy_)
This contract contains no fallback and receive objects.
This contract contains no error objects.